Skip to content

Commit

Permalink
Fix test for new contact URL in admin.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Jan 25, 2024
1 parent 8003894 commit 28d2196
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/apis/admin/test_auth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def test_authenticated

assert_equal([
"admin",
"admin_contact_url",
"analytics_timezone",
"api_key",
"api_umbrella_version",
Expand All @@ -42,6 +43,7 @@ def test_authenticated
].sort, data.keys.sort)

assert_kind_of(Hash, data["admin"])
assert_kind_of(String, data["admin_contact_url"])
assert_kind_of(String, data["analytics_timezone"])
assert_kind_of(String, data["api_key"])
assert_kind_of(String, data["api_umbrella_version"])
Expand Down

0 comments on commit 28d2196

Please sign in to comment.