tests/fetch: Update for master -> main change upstream

Message ID 20220223180837.3277253-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit f0fc0fe94161d4dd4f34df8426222ac590ef6736
Headers show
Series tests/fetch: Update for master -> main change upstream | expand

Commit Message

Richard Purdie Feb. 23, 2022, 6:08 p.m. UTC
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 lib/bb/tests/fetch.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/lib/bb/tests/fetch.py b/lib/bb/tests/fetch.py
index f0d417a50d..eff12b7c50 100644
--- a/lib/bb/tests/fetch.py
+++ b/lib/bb/tests/fetch.py
@@ -1110,7 +1110,7 @@  class FetcherNetworkTest(FetcherTest):
         """ Prevent regression on deeply nested submodules not being checked out properly, even though they were fetched. """
 
         # This repository also has submodules where the module (name), path and url do not align
-        url = "gitsm://github.com/azure/iotedge.git;protocol=https;rev=d76e0316c6f324345d77c48a83ce836d09392699;branch=master"
+        url = "gitsm://github.com/azure/iotedge.git;protocol=https;rev=d76e0316c6f324345d77c48a83ce836d09392699;branch=main"
         fetcher = bb.fetch.Fetch([url], self.d)
         fetcher.download()
         # Previous cwd has been deleted