Parcourir la source

reformatted dulwich/tests/test_client.py
All done! 1 reformatted, 46 left unchanged

Jelmer Vernooij il y a 2 ans
Parent
commit
a25d3d2dae
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      dulwich/tests/test_client.py

+ 1 - 1
dulwich/tests/test_client.py

@@ -986,7 +986,7 @@ class HttpGitClientTests(TestCase):
 
         c = HttpGitClient(url, config=None, username="user")
         self.assertEqual("user", c._username)
-        self.assertIs(c._password, None)
+        self.assertIsNone(c._password)
 
         basic_auth = c.pool_manager.headers["authorization"]
         auth_string = b"user:"