Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/e2e: fix contains: use assert.Contains (testifylint)
pkg/e2e/ps_test.go:50:5: contains: use assert.Contains (testifylint) assert.True(t, strings.Contains(line, "127.0.0.1:8001->8000/tcp")) ^ pkg/e2e/ps_test.go:54:5: contains: use assert.Contains (testifylint) assert.True(t, strings.Contains(line, "80/tcp, 443/tcp, 8080/tcp")) ^ Signed-off-by: Sebastiaan van Stijn <[email protected]>
- Loading branch information