Skip to content

Commit

Permalink
fix: e2e test names (#601)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly authored Dec 5, 2023
1 parent a755161 commit 3a86751
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion testdata/e2e/examples/catch/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Test: `inline`
# Test: `catch`

*No description*

Expand Down
2 changes: 1 addition & 1 deletion testdata/e2e/examples/catch/chainsaw-test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: chainsaw.kyverno.io/v1alpha1
kind: Test
metadata:
name: inline
name: catch
spec:
steps:
- try:
Expand Down
2 changes: 1 addition & 1 deletion testdata/e2e/examples/finally/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Test: `inline`
# Test: `finally`

*No description*

Expand Down
2 changes: 1 addition & 1 deletion testdata/e2e/examples/finally/chainsaw-test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: chainsaw.kyverno.io/v1alpha1
kind: Test
metadata:
name: inline
name: finally
spec:
steps:
- try:
Expand Down

0 comments on commit 3a86751

Please sign in to comment.