mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 05:49:40 +02:00
fix(edge/stacks): use default namespace when none is specified in manifest (#124)
This commit is contained in:
parent
2e9e459aa3
commit
2baae7072f
4 changed files with 7 additions and 8 deletions
|
@ -62,7 +62,7 @@ services:
|
|||
|
||||
require.True(t, containerExists(composeContainerName))
|
||||
|
||||
waitResult := <-w.WaitForStatus(ctx, projectName, libstack.StatusCompleted, "")
|
||||
waitResult := <-w.WaitForStatus(ctx, projectName, libstack.StatusCompleted)
|
||||
|
||||
require.Empty(t, waitResult.ErrorMsg)
|
||||
require.Equal(t, libstack.StatusCompleted, waitResult.Status)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue