fix test_get_representative_not_existing params
This commit is contained in:
parent
d66e2fe861
commit
9a0f8f9c2a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue