We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ref
1 parent 00640ac commit 9cb3396Copy full SHA for 9cb3396
tests/functional/api/test_repository.py
@@ -46,7 +46,7 @@ def test_repository_files(project):
46
blame = project.files.blame(file_path="README.rst", ref="main")
47
assert blame
48
49
- raw_file = project.files.raw(file_path="README.rst", ref="main")
+ raw_file = project.files.raw(file_path="README.rst")
50
assert os.fsdecode(raw_file) == "Initial content"
51
52
0 commit comments