Skip to content

Commit

Permalink
Fix filename typo
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Oct 16, 2023
1 parent 9a52376 commit 99133a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/decommission_dc/decommission_dc_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var (
dc1Label = fmt.Sprintf("cassandra.datastax.com/datacenter=%s", api.CleanupForKubernetes(dc1OverrideName))
dc2Label = fmt.Sprintf("cassandra.datastax.com/datacenter=%s", dc2Name)
seedLabel = "cassandra.datastax.com/seed-node=true"
taskYaml = "../testdata/tasks/rebuild_dc_task.yaml"
taskYaml = "../testdata/tasks/rebuild_task.yaml"
// dcLabel = fmt.Sprintf("cassandra.datastax.com/datacenter=%s", dcName)
ns = ginkgo_util.NewWrapper(testName, namespace)
)
Expand Down
2 changes: 1 addition & 1 deletion tests/testdata/tasks/rebuild_task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ spec:
- name: rebuild-dc2
command: rebuild
args:
datacenter: dc1
datacenter: My_Super_Dc

0 comments on commit 99133a0

Please sign in to comment.