diff options
author | Max Wittig <max.wittig@siemens.com> | 2019-12-18 12:59:07 +0100 |
---|---|---|
committer | Max Wittig <max.wittig@siemens.com> | 2019-12-18 12:59:07 +0100 |
commit | ac0ea91f22b08590f85a2b0ffc17cd41ae6e0ff7 (patch) | |
tree | aaeb69e98b5727eb192e9f7b75e1bb9550271d86 /tools/python_test_v4.py | |
parent | 0952c55a316fc8f68854badd68b4fc57658af9e7 (diff) | |
download | gitlab-ac0ea91f22b08590f85a2b0ffc17cd41ae6e0ff7.tar.gz |
test: adjust functional tests for project snippets
Diffstat (limited to 'tools/python_test_v4.py')
-rw-r--r-- | tools/python_test_v4.py | 2 |
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, } ) |