File tree Expand file tree Collapse file tree
cwms-data-api/src/test/java/cwms/cda/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757public 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 )
You can’t perform that action at this time.
0 commit comments