Skip to content

Commit cca43bf

Browse files
committed
Fix tests
1 parent 7156eb2 commit cca43bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/test_repository.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_if_we_find_only_directories_should_return_none():
6161

6262

6363
def test_set_new_configs():
64-
repository = Repository('empty_repo', 'tests/fixtures/', 'git')
64+
repository = Repository('empty_repo', 'tests/fixtures/', MagicMock())
6565
repository.repo.overwrite('''
6666
repo test-repo
6767
RW+ = @support

0 commit comments

Comments
 (0)