Skip to content

Commit b62f24d

Browse files
committed
fix unit tests
1 parent b99d3cc commit b62f24d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

unittests/test_mirrors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,13 @@ def test_spack_mirrors_yaml(tmp_path, clean_root, mount_path, mirror_ok):
225225
"source": True,
226226
"binary": False,
227227
"fetch": {"url": "https://github.com"},
228+
"push": {"url": "https://github.com"},
228229
},
229230
"mirror2": {
230231
"source": True,
231232
"binary": False,
232233
"fetch": {"url": "https://github.com/spack"},
234+
"push": {"url": "https://github.com/spack"},
233235
},
234236
}
235237
}

0 commit comments

Comments
 (0)