Skip to content

Commit 8e7fafb

Browse files
committed
Adjust test for cml up.
1 parent 7ac274b commit 8e7fafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v2/up.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def test_cml_up_from_repo(self, call_mock):
244244

245245
with self.get_context() as m:
246246
self.setup_mocks(m)
247-
topo_url = "https://raw.githubusercontent.com/foo/bar/master/topology.yaml"
247+
topo_url = "https://raw.githubusercontent.com/foo/bar/main/topology.yaml"
248248
self.setup_func("get", m, topo_url, json=MockGitHub.get_topology)
249249
virl = self.get_virl()
250250
runner = CliRunner()

0 commit comments

Comments
 (0)