Skip to content

Commit b65739d

Browse files
committed
Use main.
1 parent 9d75ee4 commit b65739d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v2/pull.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def test_virl_pull(self):
1010
with requests_mock.mock() as m:
1111
# Mock the request to return what we expect from the API.
1212
topo_url = "https://raw.githubusercontent.com/"
13-
topo_url += "foo/bar/master/topology.yaml"
13+
topo_url += "foo/bar/main/topology.yaml"
1414
m.get(topo_url, json=MockGitHub.get_topology)
1515
virl = self.get_virl()
1616
runner = CliRunner()

0 commit comments

Comments
 (0)