Skip to content

Commit 873eeeb

Browse files
committed
update from review
1 parent 0a6e3b6 commit 873eeeb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
public class CatalogControllerTestIT extends DataApiTestIT {
5858

5959
public static final String OFFICE = "SPK";
60-
private static TestAccounts.KeyUser user = TestAccounts.KeyUser.SPK_NORMAL;
60+
private static final TestAccounts.KeyUser USER = TestAccounts.KeyUser.SPK_NORMAL;
6161

6262
//// These have to match the groups in ts_catalog_setup.sql
6363
public static final String A_TO_M = "A to M";
@@ -106,7 +106,7 @@ static void setup_data() throws Exception {
106106
.log().ifValidationFails(LogDetail.ALL,true)
107107
.contentType(Formats.JSONV2)
108108
.body(tsData)
109-
.header("Authorization", user.toHeaderValue())
109+
.header("Authorization", USER.toHeaderValue())
110110
.when()
111111
.redirects().follow(true)
112112
.redirects().max(3)

0 commit comments

Comments
 (0)