Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Jul 10, 2022
1 parent ebbe3de commit 33ac249
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/bpp/tests/tests_legacy/test_views/test_raporty.py
Expand Up @@ -38,19 +38,6 @@ def test_raportselector_with_reports(self):

self.client.get(reverse("bpp:raporty"))

def test_tytuly_raportow_raport_dla_komisji_centralnej(self):
a = any_autor("Kowalski", "Jan")
Report.objects.create(
ordered_by=self.user,
function="raport-dla-komisji-centralnej",
arguments={"autor": a.pk},
)

res = self.client.get(reverse("bpp:raporty"))
self.assertContains(
res, "Raport dla Komisji Centralnej - %s" % str(a), status_code=200
)


class RaportMixin:
def zrob_raport(self):
Expand Down

0 comments on commit 33ac249

Please sign in to comment.