Skip to content

Commit

Permalink
Fix test case (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanahmily authored May 30, 2024
1 parent 11ba597 commit 7e65e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bydbctl/internal/cmd/group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ resource_opts:
})
resp := new(databasev1.GroupRegistryServiceListResponse)
helpers.UnmarshalYAML([]byte(out), resp)
Expect(resp.Group).To(HaveLen(3)) // group1, group2, self-observability [internal group]
Expect(resp.Group).To(HaveLen(2)) // group1, group2 [internal group]
})

AfterEach(func() {
Expand Down

0 comments on commit 7e65e59

Please sign in to comment.