Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hasys committed Sep 12, 2024
1 parent 4a44156 commit bab7e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible_ai_connect/users/tests/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def test_get_config_endpoint_gateway(self):

def test_get_config_endpoint_gateway_ended(self):
authentication = AAPOAuth2()
api_url = "http://controller.test"
api_url = "http://controller.test/"
self.assertEqual(
"http://controller.test/api/controller/v2/config/",
authentication.get_config_endpoint(api_url),
Expand Down

0 comments on commit bab7e20

Please sign in to comment.