Skip to content

Commit

Permalink
fix typo in e2e test name
Browse files Browse the repository at this point in the history
  • Loading branch information
demonCoder95 committed Aug 30, 2024
1 parent 24e9c1e commit 4733c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/e2e/basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ func TestStacksetUpdateRouteGroup(t *testing.T) {
}

func TestStacksetUpdateAddRouteGroup(t *testing.T) {
testStacksetUpdate(t, "add-rotuegroup", false, false, false, false, false, true, false, false, testAnnotationsCreate, testAnnotationsUpdate)
testStacksetUpdate(t, "add-routegroup", false, false, false, false, false, true, false, false, testAnnotationsCreate, testAnnotationsUpdate)
}

func TestStacksetUpdateDeleteRouteGroup(t *testing.T) {
Expand Down

0 comments on commit 4733c75

Please sign in to comment.