diff options
author | Max Wittig <max.wittig95@gmail.com> | 2019-09-07 15:57:03 +0200 |
---|---|---|
committer | Max Wittig <max.wittig95@gmail.com> | 2019-09-07 15:57:03 +0200 |
commit | fef085dca35d6b60013d53a3723b4cbf121ab2ae (patch) | |
tree | 66765678a4314d8949e43d240726fbea3a57013b /gitlab/tests/test_gitlab.py | |
parent | fec4f9c23b8ba33bb49dca05d9c3e45cb727e0af (diff) | |
download | gitlab-fef085dca35d6b60013d53a3723b4cbf121ab2ae.tar.gz |
style: format with black
Diffstat (limited to 'gitlab/tests/test_gitlab.py')
-rw-r--r-- | gitlab/tests/test_gitlab.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gitlab/tests/test_gitlab.py b/gitlab/tests/test_gitlab.py index 5c9432a..318ac17 100644 --- a/gitlab/tests/test_gitlab.py +++ b/gitlab/tests/test_gitlab.py @@ -633,9 +633,7 @@ class TestGitlab(unittest.TestCase): self.assertEqual(data[1].id, 2) self.assertEqual(data[1].name, "other_name") - @urlmatch( - scheme="http", netloc="localhost", path="/api/v4/users/1", method="get" - ) + @urlmatch(scheme="http", netloc="localhost", path="/api/v4/users/1", method="get") def resp_get_user(self, url, request): headers = {"content-type": "application/json"} content = ( |