Skip to content

Commit

Permalink
fixed ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-lg committed Aug 16, 2024
1 parent 14d7307 commit e278431
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public void listDescriptorGroupTest() {
1,
getClient()
.listCollectionDescriptorGroups(
UUID.randomUUID(), DescriptorGroupSearchRequest.builder().query("foo").build())
UUID.randomUUID(), DescriptorGroupSearchRequest.builder().q("foo").build())
.getResults()
.size());
}
Expand All @@ -327,7 +327,7 @@ public void listDescriptorsTest() {
.listCollectionDescriptors(
UUID.randomUUID(),
1L,
DescriptorSearchRequest.builder().query("foo").individualCount("1,10").build())
DescriptorSearchRequest.builder().q("foo").individualCount("1,10").build())
.getResults()
.size());
}
Expand Down

0 comments on commit e278431

Please sign in to comment.