mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-03-06 01:29:31 +00:00
rm redundant brackets
This commit is contained in:
parent
a42e98ee5b
commit
85a90b091c
@ -60,7 +60,7 @@ module DiscoursePatrons
|
||||
|
||||
aggregate_failures do
|
||||
expect(response).to have_http_status(200)
|
||||
expect(JSON.parse(response.body)).to eq({ "error" => "Not found" })
|
||||
expect(JSON.parse(response.body)).to eq("error" => "Not found")
|
||||
end
|
||||
end
|
||||
|
||||
@ -70,7 +70,7 @@ module DiscoursePatrons
|
||||
|
||||
aggregate_failures do
|
||||
expect(response).to have_http_status(200)
|
||||
expect(JSON.parse(response.body)).to eq({ "error" => "Not found" })
|
||||
expect(JSON.parse(response.body)).to eq("error" => "Not found")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user