summaryrefslogtreecommitdiff
path: root/gitlab/tests/test_gitlab.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/tests/test_gitlab.py')
-rw-r--r--gitlab/tests/test_gitlab.py4
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 = (