Skip to content

Commit 47c4304

Browse files
committed
remove the exclude empty to help with debugging
1 parent 3e720c8 commit 47c4304

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cwms-data-api/src/test/java/cwms/cda/api/CatalogControllerTestIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ void test_no_versions_returned(String format) {
199199
.accept(format)
200200
.log().ifValidationFails(LogDetail.ALL, true)
201201
.queryParam(Controllers.OFFICE, OFFICE)
202-
.queryParam(EXCLUDE_EMPTY, true)
203202
.queryParam(INCLUDE_VERSIONS, false)
204203
.when()
205204
.get("/catalog/TIMESERIES")

0 commit comments

Comments
 (0)