Skip to content

Commit

Permalink
avoid tests to depend on launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Dec 4, 2024
1 parent abbcf6d commit d28102d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion e2e-tests/api-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies {
testImplementation(testFixtures(libs.edc.testfixtures.managementapi))
testImplementation(testFixtures(libs.edc.sql.test.fixtures))
testImplementation(libs.edc.transaction.local)
testImplementation(libs.edc.sql.pool)
testImplementation(libs.nimbus.jwt)
testImplementation(libs.jakarta.rsApi)
testImplementation(libs.edc.sts.spi)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static IdentityHubEndToEndTestContext context() {
var runtime = new EmbeddedRuntime(
"identity-hub",
configuration.config(),
":launcher:identityhub"
":dist:bom:identityhub-with-sts-bom"
);

return new IdentityHubEndToEndTestContext(runtime, configuration);
Expand Down Expand Up @@ -112,7 +112,7 @@ public static IdentityHubEndToEndTestContext context(String dbName, Integer port
var runtime = new EmbeddedRuntime(
"control-plane",
cfg,
":launcher:identityhub",
":dist:bom:identityhub-with-sts-bom",
":dist:bom:identityhub-feature-sql-bom"

);
Expand Down

0 comments on commit d28102d

Please sign in to comment.