Skip to content

Commit 9cb3396

Browse files
Peter Aishernejch
Peter Aisher
authored andcommitted
test(files): omit optional ref parameter in test case
1 parent 00640ac commit 9cb3396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/api/test_repository.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_repository_files(project):
4646
blame = project.files.blame(file_path="README.rst", ref="main")
4747
assert blame
4848

49-
raw_file = project.files.raw(file_path="README.rst", ref="main")
49+
raw_file = project.files.raw(file_path="README.rst")
5050
assert os.fsdecode(raw_file) == "Initial content"
5151

5252

0 commit comments

Comments
 (0)