Procházet zdrojové kódy

Merge pull request #1143 from jelmer/teyit

reformatted dulwich/tests/test_client.py
Jelmer Vernooij před 2 roky
rodič
revize
4a97b84f8a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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:"