Skip to content

Commit

Permalink
Check error
Browse files Browse the repository at this point in the history
  • Loading branch information
jm96441n committed Oct 17, 2024
1 parent 0fd8e01 commit 9f491d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions control-plane/subcommand/sync-catalog/command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,8 @@ func TestRemoveAllK8SServicesFromConsul(t *testing.T) {

// create another partition and register 2 services there to the same node to show that we won't delete them
_, _, err = consulClient.Partitions().Create(context.Background(), &api.Partition{Name: otherPartitionName}, nil)
require.NoError(t, err)

_, err = consulClient.Catalog().Register(
&api.CatalogRegistration{
Node: tc.nodeName,
Expand Down

0 comments on commit 9f491d4

Please sign in to comment.