Skip to content

Commit

Permalink
use quote
Browse files Browse the repository at this point in the history
  • Loading branch information
huikang committed Jul 24, 2023
1 parent 28ab71e commit 9f3d530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/agent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func TestAPI_AgentMembersOpts(t *testing.T) {

members, err = agent.MembersOpts(MembersOpts{
WAN: true,
Filter: `Tags["dc"] == notExist`,
Filter: `Tags["dc"] == "not-Exist"`,
})
if err != nil {
t.Fatalf("err: %v", err)
Expand Down

0 comments on commit 9f3d530

Please sign in to comment.