Skip to content

Commit

Permalink
Merge pull request #352 from rhmdnd/fix-test-typo
Browse files Browse the repository at this point in the history
trivial: fix minor typo in test name and resources
  • Loading branch information
openshift-merge-robot authored Aug 7, 2023
2 parents e9a06ed + 657c6e7 commit daf6735
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/e2e/parallel/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1547,10 +1547,10 @@ func TestPatchGenericRemediation(t *testing.T) {
}
}

func TestGenericRemediationFailsWithUnkownType(t *testing.T) {
func TestGenericRemediationFailsWithUnknownType(t *testing.T) {
t.Parallel()
f := framework.Global
remName := "test-generic-remediation-fails-unkown"
remName := "test-generic-remediation-fails-unknown"
genericRem := &compv1alpha1.ComplianceRemediation{
ObjectMeta: metav1.ObjectMeta{
Name: remName,
Expand All @@ -1566,7 +1566,7 @@ func TestGenericRemediationFailsWithUnkownType(t *testing.T) {
"kind": "OopsyDoodle",
"apiVersion": "foo.bar/v1",
"metadata": map[string]interface{}{
"name": "unkown-remediation",
"name": "unknown-remediation",
"namespace": f.OperatorNamespace,
},
"data": map[string]interface{}{
Expand Down

0 comments on commit daf6735

Please sign in to comment.