Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Sep 16, 2023
1 parent 6d1cee7 commit 8b21150
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/catalog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ func TestAPI_CatalogServices_NodeMetaFilterFix(t *testing.T) {
Address: "192.168.10.10",
Service: proxyService,
Check: check,
NodeMeta: map[string]string{"synthetic-node": "true"},
}

catalog := c.Catalog()
Expand Down Expand Up @@ -366,7 +367,7 @@ func TestAPI_CatalogServices_NodeMetaFilterFix(t *testing.T) {
r.Fatalf("Bad: %v", meta)
}

if len(services) != 2 {
if len(services) != 3 {
r.Fatalf("Bad: %v", services)
}
})
Expand Down

0 comments on commit 8b21150

Please sign in to comment.