Skip to content

Commit

Permalink
fix: typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaley-tignis committed Oct 31, 2023
1 parent 5daf5ab commit f6da174
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,4 +259,4 @@ def test_parameters_to_url_query(self):

def test_parameters_to_url_query_boolean_value(self):
result = self.api_client.parameters_to_url_query([('boolean', True)], {})
self.assertEqual(result, "boolean=true")
self.assertEqual(result, "&boolean=true")

0 comments on commit f6da174

Please sign in to comment.