Suppress extraneous test output
This commit is contained in:
parent
03436b729d
commit
1c13a79961
|
|
@ -29,5 +29,4 @@ class UserKeyFormTestCase(TestCase):
|
|||
data={'public_key': SSH_PUBLIC_KEY},
|
||||
instance=self.userkey,
|
||||
)
|
||||
print(form.is_valid())
|
||||
self.assertFalse(form.is_valid())
|
||||
|
|
|
|||
Loading…
Reference in New Issue