mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-06-23 05:37:27 +00:00
🤖 Fixup test
This commit is contained in:
parent
93769cf295
commit
ac60a3dc91
@ -23,7 +23,7 @@ var _ = Describe("ISO build test", func() {
|
||||
Eventually(func() string {
|
||||
b, _ := kubectl.GetData("default", "osartifacts", "hello-kairos", "jsonpath={.spec.imageName}")
|
||||
return string(b)
|
||||
}, 2*time.Minute, 2*time.Second).Should(Equal("quay.io/kairos/kairos:opensuse-latest"))
|
||||
}, 2*time.Minute, 2*time.Second).Should(Equal("quay.io/kairos/core-opensuse:latest"))
|
||||
|
||||
Eventually(func() string {
|
||||
b, _ := kubectl.GetData("default", "deployments", "hello-kairos", "jsonpath={.spec.template.metadata.labels.osbuild}")
|
||||
|
Loading…
Reference in New Issue
Block a user