We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f404c commit 4d26b2bCopy full SHA for 4d26b2b
src/functionalTest/java/uk/gov/hmcts/reform/cwrdapi/CaseWorkerRefFunctionalTest.java
@@ -441,9 +441,10 @@ public void shouldReturn401WhenAuthenticationInvalid() {
441
@ToggleEnable(mapKey = CASEWORKER_FILE_UPLOAD, withFeature = true)
442
@ExtendWith(FeatureToggleConditionExtension.class)
443
public void shouldReturn403WhenRoleIsInvalid() throws IOException {
444
+
445
uploadCaseWorkerFile("src/functionalTest/resources/Staff Data Upload.xlsx",
446
403, null,
- TYPE_XLSX, "Invalid");
447
+ TYPE_XLSX, ROLE_CWD_SYSTEM_USER);
448
}
449
450
@Test
0 commit comments