Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goulinkh committed Oct 21, 2024
1 parent 5c65154 commit b86857f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cla/test_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_canonical_cla_api_proxy(self, mock_request):
# https://example.com/api -> aHR0cHM6Ly9leGFtcGxlLmNvbS9hcGk=
response = self.client.get(
"""/legal/contributors/agreement/api
?request_url=aHR0cHM6Ly9leGFtcGxlLmNvbS9hcGk="""
?request_url=aHR0cHM6Ly9leGFtcGxlLmNvbS9hcGk="""
)

self.assertEqual(response.status_code, 200)
Expand Down

0 comments on commit b86857f

Please sign in to comment.