tabling this PR for the next sprint

This commit is contained in:
Samuel Beaulieu 2022-02-02 13:30:54 -06:00
parent e5c477254f
commit 66eb598e4e
No known key found for this signature in database
GPG key ID: 12030F74136D0F34
4 changed files with 76 additions and 20 deletions

View file

@ -125,7 +125,6 @@ describe Vmpooler::API::V2 do
expected = {
"ok": true,
"request_id": uuid,
"domain": domain
}
expect(last_response.body).to eq(JSON.pretty_generate(expected))
end