Skip to content

Commit 2e7a2df

Browse files
committed
feat(consul): filter nodes in upstream with metadata
1 parent 3867b84 commit 2e7a2df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/discovery/consul_dump.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,10 @@ location /v1/agent {
144144
[
145145
"PUT /v1/agent/service/deregister/service_a1",
146146
"PUT /v1/agent/service/deregister/service_b1",
147+
"PUT /v1/agent/service/deregister/service_c1",
147148
]
148149
--- error_code eval
149-
[200, 200]
150+
[200, 200, 200]
150151
151152
152153

0 commit comments

Comments
 (0)