ソースを参照

Suppress extraneous test output

Jeremy Stretch 6 年 前
コミット
1c13a79961
1 ファイル変更0 行追加1 行削除
  1. 0 1
      netbox/secrets/tests/test_form.py

+ 0 - 1
netbox/secrets/tests/test_form.py

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