Update broken test (#2)

Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
This commit is contained in:
Kathryn Baldauf
2025-06-03 18:17:30 -07:00
parent 31a0cb2f4e
commit c0fccc0ef6
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
{
"originHash" : "91e67bd3294f1765ebc1b6882f4b7fba5fdb32101c8b584ceb9e42d8738bf55b",
"originHash" : "35bc2671f390e35180f5faebf484bac6f121b3f2f1c087b55f7aaf09aa03c756",
"pins" : [
{
"identity" : "async-http-client",
@@ -13,10 +13,10 @@
{
"identity" : "containerization",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple-uat/containerization.git",
"location" : "https://github.com/apple/containerization.git",
"state" : {
"revision" : "6da89a3be63b520bb612f43ab99d6117718ac757",
"version" : "0.1.34"
"revision" : "49276e8d0a27b6a94b1dc6adc1ed88aa4bb42623",
"version" : "0.0.2"
}
},
{
@@ -211,7 +211,7 @@ extension TestCLIImagesCommand {
@Test func testImageDefaultRegistry() throws {
do {
let defaultDomain = "ghcr.io"
let imageName = "ghcr.io/linuxcontainers/alpine:3.20"
let imageName = "linuxcontainers/alpine:3.20"
defer {
try? doDefaultRegistrySet(domain: "docker.io")
}