Skip to content
This repository was archived by the owner on Jan 17, 2020. It is now read-only.

Commit 1380692

Browse files
authored
Merge pull request #70 from mengqiy/fixtest
Fix a failing test caused by an kubectl output change in 1.16
2 parents b6c33f5 + 908f8ed commit 1380692

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration/internal/integration_tests/integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var _ = Describe("The Testing Framework", func() {
4747
bytes, err := ioutil.ReadAll(stdout)
4848
Expect(err).NotTo(HaveOccurred())
4949
Expect(bytes).To(BeEmpty())
50-
Expect(stderr).To(ContainSubstring("No resources found."))
50+
Expect(stderr).To(ContainSubstring("No resources found"))
5151

5252
By("Stopping all the control plane processes")
5353
err = controlPlane.Stop()

0 commit comments

Comments
 (0)