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.py1
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"