mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
fix(tests/module): fix broken test
This commit is contained in:
parent
ae8b5f9667
commit
2d0121bcdf
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ in {
|
|||
assertion = (head config.docker.export) == images.nginx;
|
||||
}];
|
||||
testScript = ''
|
||||
$kube->waitUntilSucceeds("docker load < ${image}");
|
||||
$kube->waitUntilSucceeds("docker load < ${images.nginx}");
|
||||
$kube->waitUntilSucceeds("kubectl apply -f ${toYAML config.kubernetes.generated}");
|
||||
|
||||
$kube->succeed("kubectl get deployment -n test | grep -i test-nginx");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue