diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-05-29 08:15:55 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-05-29 08:15:55 +0200 |
commit | 096d9ecde6390a4d2795d0347280ccb2c1517143 (patch) | |
tree | 9d8804fd6b29af0d059dc5a2ba596851ddda7f7a /tools/python_test_v4.py | |
parent | 51718ea7fb566d8ebeb310520c8e6557e19152e0 (diff) | |
download | gitlab-096d9ecde6390a4d2795d0347280ccb2c1517143.tar.gz |
Add missing project attributes
Diffstat (limited to 'tools/python_test_v4.py')
-rw-r--r-- | tools/python_test_v4.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/python_test_v4.py b/tools/python_test_v4.py index b9c4e63..47d9af2 100644 --- a/tools/python_test_v4.py +++ b/tools/python_test_v4.py @@ -413,6 +413,7 @@ assert(blob == 'Initial content') archive1 = admin_project.repository_archive() archive2 = admin_project.repository_archive('master') assert(archive1 == archive2) +snapshot = admin_project.snapshot() # project file uploads filename = "test.txt" |