This repository was archived by the owner on Apr 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
integration/integration-core/src/test/java Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
31
31
32
32
implementation(project(" :extensions:security:security-azure" ))
33
33
implementation(project(" :extensions:policy:policy-registry-memory" ))
34
- implementation(project(" :extensions:iam:iam-mock " ))
34
+ implementation(project(" :extensions:iam:oauth2 " ))
35
35
implementation(project(" :extensions:ids:ids-policy-mock" ))
36
36
implementation(project(" :extensions:configuration:configuration-fs" ))
37
37
Original file line number Diff line number Diff line change 37
37
import static org .assertj .core .api .Assertions .assertThat ;
38
38
39
39
@ ExtendWith (DagxExtension .class )
40
- @ Disabled
40
+ // @Disabled
41
41
public class ClientRunner {
42
- private static final String PROVIDER_CONNECTOR = "http://dev-connector.westeurope.cloudapp.azure.com /" ;
42
+ private static final String PROVIDER_CONNECTOR = "http://localhost:8181 /" ;
43
43
private static final TokenResult US_TOKEN = TokenResult .Builder .newInstance ().token ("mock-us" ).build ();
44
44
private static final TokenResult EU_TOKEN = TokenResult .Builder .newInstance ().token ("mock-eu" ).build ();
45
45
private static final DataEntry EU_ARTIFACT = DataEntry .Builder .newInstance ().id ("test123" ).build ();
You can’t perform that action at this time.
0 commit comments