Skip to content

Commit

Permalink
🚨 FIX black ci fail
Browse files Browse the repository at this point in the history
  • Loading branch information
stefrado committed Dec 24, 2024
1 parent 459bc0f commit 6cd4456
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sdg/organisaties/tests/test_notificaties.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ def test_notifications_list(self):
5, product=specific_product, publicatie_datum=now()
)

url = reverse("organisaties:notificaties:list", kwargs={"pk": self.lokale_overheid.pk})
url = reverse(
"organisaties:notificaties:list", kwargs={"pk": self.lokale_overheid.pk}
)
response = self.app.get(url)

notifications = response.pyquery("#notifications tbody tr")
Expand Down

0 comments on commit 6cd4456

Please sign in to comment.