We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba31aa commit eb89248Copy full SHA for eb89248
1 file changed
cwms-data-api/src/test/java/cwms/cda/api/CatalogControllerTestIT.java
@@ -452,7 +452,7 @@ void test_loc_aliases() {
452
453
String pattern = "*Streamflow";
454
455
- // First with just the regex. This should match Flat Lake and Flat Project
+ // Retrieve without aliases
456
given()
457
.accept("application/json;version=2")
458
.queryParam(Controllers.OFFICE, OFFICE)
@@ -471,7 +471,7 @@ void test_loc_aliases() {
471
.body("entries[0].aliases.size()", is(0))
472
;
473
474
- // Now add the LOCATION_KIND filter
+ // retrieve with aliases
475
476
477
0 commit comments