Unverified Commit dd6ea6a3 authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason Committed by Emil Munksø
Browse files

ci: remove redundant error expectations

parent 05f9421a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -628,7 +628,6 @@ func TestServiceExtraPortServicePortDefinition(t *testing.T) {
		values map[string]string
		valueFiles []string
		expectedPorts []coreV1.ContainerPort

		expectedErrorRegexp *regexp.Regexp
	}{
		{
@@ -645,7 +644,6 @@ func TestServiceExtraPortServicePortDefinition(t *testing.T) {
					Protocol: "TCP",
				},
			},
			expectedErrorRegexp: regexp.MustCompile("Error: could not find template templates/service.yaml in chart"),
		},
	}