summaryrefslogtreecommitdiff
path: root/tools/python_test_v4.py
diff options
context:
space:
mode:
authorMax Wittig <max.wittig@siemens.com>2019-01-19 08:50:04 +0100
committerGitHub <noreply@github.com>2019-01-19 08:50:04 +0100
commit572029cd49fe356e38ee8bddc3dda3067cf868b0 (patch)
tree314b738f699f5138d91b79841a53bd17f0e62cc5 /tools/python_test_v4.py
parent89679ce5ee502e57dbe7cec2b78f4f70b85fd3a5 (diff)
parent4bd027aac41c41f7e22af93c7be0058d2faf7fb4 (diff)
downloadgitlab-572029cd49fe356e38ee8bddc3dda3067cf868b0.tar.gz
Merge pull request #681 from python-gitlab/no-param-conflicts
fix(api): avoid parameter conflicts with python and gitlab
Diffstat (limited to 'tools/python_test_v4.py')
-rw-r--r--tools/python_test_v4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python_test_v4.py b/tools/python_test_v4.py
index aacb3e7..958e350 100644
--- a/tools/python_test_v4.py
+++ b/tools/python_test_v4.py
@@ -773,7 +773,7 @@ snippets = gl.snippets.list(all=True)
assert(len(snippets) == 0)
# user activities
-gl.user_activities.list()
+gl.user_activities.list(query_parameters={'from': '2019-01-01'})
# events
gl.events.list()