summaryrefslogtreecommitdiff
path: root/tools/python_test_v4.py
diff options
context:
space:
mode:
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 841595d..bffdd2a 100644
--- a/tools/python_test_v4.py
+++ b/tools/python_test_v4.py
@@ -663,7 +663,7 @@ snippet = admin_project.snippets.create(
{
"title": "snip1",
"file_name": "foo.py",
- "code": "initial content",
+ "content": "initial content",
"visibility": gitlab.v4.objects.VISIBILITY_PRIVATE,
}
)