aboutsummaryrefslogtreecommitdiff
path: root/middleware/etcd/group_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/etcd/group_test.go')
-rw-r--r--middleware/etcd/group_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/middleware/etcd/group_test.go b/middleware/etcd/group_test.go
index aa862eb09..11d88e3e6 100644
--- a/middleware/etcd/group_test.go
+++ b/middleware/etcd/group_test.go
@@ -41,13 +41,13 @@ func TestGroupLookup(t *testing.T) {
t.Logf("%v\n", resp)
continue
}
- if !test.Section(t, tc, coretest.Answer, resp.Answer) {
+ if !test.Section(t, tc, test.Answer, resp.Answer) {
t.Logf("%v\n", resp)
}
- if !test.Section(t, tc, coretest.Ns, resp.Ns) {
+ if !test.Section(t, tc, test.Ns, resp.Ns) {
t.Logf("%v\n", resp)
}
- if !test.Section(t, tc, coretest.Extra, resp.Extra) {
+ if !test.Section(t, tc, test.Extra, resp.Extra) {
t.Logf("%v\n", resp)
}
}