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, 2 insertions, 0 deletions
diff --git a/tools/python_test_v4.py b/tools/python_test_v4.py
index a27d854..9085f6f 100644
--- a/tools/python_test_v4.py
+++ b/tools/python_test_v4.py
@@ -423,6 +423,8 @@ readme = admin_project.files.get(file_path="README.rst", ref="master")
# object method
assert readme.decode().decode() == "Initial content"
+blame = admin_project.files.blame(file_path="README.rst", ref="master")
+
data = {
"branch": "master",
"commit_message": "blah blah blah",