Remove duplicate (nested) "ok" responses

As we approach an "official" v1.0.0 of the API I'd like to remove some old
nested "ok" responses.  These were left in as the Beaker vmpooler
hypervisor used them, but I long-ago patched that code and I think it's
time to deprecate these.
This commit is contained in:
Scott Schneider 2015-08-21 13:54:56 -07:00
parent f7ad3bb7e8
commit 906ae89987
2 changed files with 0 additions and 16 deletions

View file

@ -213,7 +213,6 @@ describe Vmpooler::API::V1 do
expected = {
ok: true,
pool1: {
ok: true,
hostname: 'abcdefghijklmnop'
}
}
@ -229,11 +228,9 @@ describe Vmpooler::API::V1 do
expected = {
ok: true,
pool1: {
ok: true,
hostname: 'abcdefghijklmnop'
},
pool2: {
ok: true,
hostname: 'qrstuvwxyz012345'
}
}
@ -256,7 +253,6 @@ describe Vmpooler::API::V1 do
expected = {
ok: true,
pool1: {
ok: true,
hostname: 'abcdefghijklmnop'
}
}
@ -280,7 +276,6 @@ describe Vmpooler::API::V1 do
expected = {
ok: true,
pool1: {
ok: true,
hostname: 'abcdefghijklmnop'
}
}
@ -298,7 +293,6 @@ describe Vmpooler::API::V1 do
expected = {
ok: true,
pool1: {
ok: true,
hostname: 'abcdefghijklmnop'
}
}