Merge branch 'develop' into 568-csv-import-cf

This commit is contained in:
hSaria
2020-01-23 20:27:07 +00:00
committed by GitHub
20 changed files with 706 additions and 101 deletions

View File

@@ -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())