From ac0ea91f22b08590f85a2b0ffc17cd41ae6e0ff7 Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Wed, 18 Dec 2019 12:59:07 +0100 Subject: test: adjust functional tests for project snippets --- tools/python_test_v4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/python_test_v4.py') 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, } ) -- cgit v1.2.1