Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Song Gao committed Mar 30, 2020
1 parent 0dca107 commit 8273613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/tidbcluster/tidbcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ var _ = ginkgo.Describe("[tidb-operator] TiDBCluster", func() {
}

value, existed = pv.Labels[label.NameLabelKey]
if !existed || value != "tidb-clustr" {
if !existed || value != "tidb-cluster" {
return false, nil
}
value, existed = pv.Labels[label.ManagedByLabelKey]
Expand Down

0 comments on commit 8273613

Please sign in to comment.