We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd98908 commit cb5c1f4Copy full SHA for cb5c1f4
tests/kubernetes/deployment/app_test.go
@@ -64,7 +64,7 @@ var _ = Describe("TEST DEPLOYMENT CREATION ", func() {
64
Build()
65
Expect(err).ShouldNot(
66
HaveOccurred(),
67
- "while building delpoyment {%s} in namespace {%s}",
+ "while building deployment {%s} in namespace {%s}",
68
deployName,
69
namespaceObj.Name,
70
)
0 commit comments