Skip to content

Commit

Permalink
fixup! add scale command
Browse files Browse the repository at this point in the history
  • Loading branch information
glours committed Sep 8, 2023
1 parent c904b4b commit e1cc36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/e2e/scale_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func TestScaleBasicCases(t *testing.T) {

t.Log("scale to 0 a service")
res = c.RunDockerComposeCmd(t, "--project-directory", "fixtures/scale", "scale", "dbadmin=0")
assert.Check(t, res.Combined() == "", res.Combined())
assert.Check(t, res.Stdout() == "", res.Stdout())

t.Log("scale down 2 services")
res = c.RunDockerComposeCmd(t, "--project-directory", "fixtures/scale", "scale", "front=2", "back=1")
Expand Down

0 comments on commit e1cc36a

Please sign in to comment.