fix test_get_representative_not_existing params

This commit is contained in:
Hugh Rundle 2023-01-19 16:40:13 +11:00
parent d66e2fe861
commit 9a0f8f9c2a

View file

@ -53,7 +53,7 @@ class BaseActivity(TestCase):
image.save(output, format=image.format)
self.image_data = output.getvalue()
def test_get_representative_not_existing(self, _):
def test_get_representative_not_existing(self, *_):
representative = get_representative()
self.assertIsInstance(representative, models.User)