Skip to content

Commit ab14d00

Browse files
committed
Update test_init.py
1 parent aed33bf commit ab14d00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_init.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ def test_doRealInit(self, mock_read_defaults, mock_open, mock_update_reference,
102102
dist = fake_dist,
103103
defaults = "release",
104104
dryRun = False,
105-
fetchRepos = False
105+
fetchRepos = False,
106+
architecture = "slc7_x86-64"
106107
)
107108
doInit(args)
108109
mock_execute.assert_called_with("git clone --filter=blob:none https://github.com/alisw/AliRoot -b v5-08-00 --reference /sw/MIRROR/aliroot ./AliRoot && cd ./AliRoot && git remote set-url --push origin https://github.com/alisw/AliRoot")

0 commit comments

Comments
 (0)