summaryrefslogtreecommitdiff
path: root/test/integration/api/cert_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/api/cert_test.rb')
-rw-r--r--test/integration/api/cert_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/api/cert_test.rb b/test/integration/api/cert_test.rb
index 74d439a..118fb9f 100644
--- a/test/integration/api/cert_test.rb
+++ b/test/integration/api/cert_test.rb
@@ -14,7 +14,7 @@ class CertTest < ApiIntegrationTest
test "fetching certs requires login by default" do
get '/1/cert', {}, RACK_ENV
- assert_json_response error: I18n.t(:not_authorized)
+ assert_login_required
end
test "retrieve anonymous eip cert" do