mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-20 04:12:25 -06:00
Merge branch 'develop' into 568-csv-import-cf
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user