ACI e2e required change, because the output includes the progress info.

This commit is contained in:
Guillaume Tardif 2020-06-18 17:45:01 +02:00
parent 25d912c1ed
commit 76a1753396
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ func (s *E2eACISuite) TestACIBackend() {
testStorageAccountName, firstKey, testShareName, mountTarget),
"-p", "80:80",
"--name", testContainerName).ExecOrDie()
Expect(output).To(Equal(testContainerName + "\n"))
Expect(output).To(ContainSubstring(testContainerName))
output = s.NewDockerCommand("ps").ExecOrDie()
lines := Lines(output)
Expect(len(lines)).To(Equal(2))