Skip to content

Commit

Permalink
clenup
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed Apr 25, 2024
1 parent d7d7bb7 commit 0382583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectroles/tests/test_views_ajax.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ def test_superuser_app_links(self):
with self.login(self.user):
response = self.client.get(
reverse('projectroles:ajax_user_dropdown')
+ '?app_name=example_site_app&'
+ '?app_name=example_site_app'
)
self.assertEqual(response.status_code, 200)
expected = {
Expand Down

0 comments on commit 0382583

Please sign in to comment.