Browse Source

Merge pull request #1143 from jelmer/teyit

reformatted dulwich/tests/test_client.py
Jelmer Vernooij 2 years ago
parent
commit
4a97b84f8a
1 changed files with 1 additions and 1 deletions
  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:"