Skip to content

Commit

Permalink
coredns: modify unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
romberli committed Dec 16, 2021
1 parent 410d456 commit 84ce202
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions middleware/coredns/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import (
func TestEtcdConnection(t *testing.T) {
const (
DefaultPath = "/coredns"
DefaultURLPrefix = "test001.mysql.com"
DefaultMasterURL = "master.test001.mysql.com"
DefaultSlaveURL = "slave.test001.mysql.com"
DefaultURLPrefix = "test001.example.com"
DefaultMasterURL = "master.test001.example.com"
DefaultSlaveURL = "slave.test001.example.com"
DefaultMasterHostIP = "192.168.137.11"
DefaultSlaveHostIP0 = "192.168.137.11"
DefaultSlaveHostIP1 = "192.168.137.11"
Expand Down

0 comments on commit 84ce202

Please sign in to comment.