We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d75ee4 commit b65739dCopy full SHA for b65739d
tests/v2/pull.py
@@ -10,7 +10,7 @@ def test_virl_pull(self):
10
with requests_mock.mock() as m:
11
# Mock the request to return what we expect from the API.
12
topo_url = "https://raw.githubusercontent.com/"
13
- topo_url += "foo/bar/master/topology.yaml"
+ topo_url += "foo/bar/main/topology.yaml"
14
m.get(topo_url, json=MockGitHub.get_topology)
15
virl = self.get_virl()
16
runner = CliRunner()
0 commit comments