Skip to content

Commit 483d869

Browse files
authored
Update TestAasRepositoryHTTPError.java (#760)
1 parent 0eb5ed2 commit 483d869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

basyx.aasrepository/basyx.aasrepository-http/src/test/java/org/eclipse/digitaltwin/basyx/aasrepository/http/TestAasRepositoryHTTPError.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected String getURL() {
5959
@Override
6060
public void resetRepository() {
6161
AasRepository repo = appContext.getBean(AasRepository.class);
62-
repo.getAllAas(PaginationInfo.NO_LIMIT)
62+
repo.getAllAas(null, null, PaginationInfo.NO_LIMIT)
6363
.getResult()
6464
.stream()
6565
.map(aas -> aas.getId())

0 commit comments

Comments
 (0)