Skip to content

Commit

Permalink
[#53] Renaming test
Browse files Browse the repository at this point in the history
  • Loading branch information
alextreme committed Sep 4, 2023
1 parent ccde650 commit 0dfc7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openklant/components/klanten/api/tests/test_klant.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def test_create_klant_website_url_optional(self):
self.assertEqual(klant.bronorganisatie, "950428139")
self.assertEqual(klant.website_url, "")

def test_create_klant_website_url_optional(self):
def test_create_klant_website_url_optional_klantnummer(self):
list_url = reverse(Klant)
data = {
"bronorganisatie": "950428139",
Expand Down

0 comments on commit 0dfc7ea

Please sign in to comment.