Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Dolgolev committed Apr 19, 2021
1 parent de65515 commit 5302e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/humbug/test_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class TestReporter(unittest.TestCase):
def setUp(self):
self.consent = consent.HumbugConsent(True)
self.reporter = report.Reporter("TestReporter", self.consent)
self.reporter = report.Reporter(name="TestReporter", consent=self.consent)

def test_system_report_successful(self):
self.reporter.system_report(publish=False)
Expand Down

0 comments on commit 5302e49

Please sign in to comment.