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 2b14406
Showing 1 changed file with 2 additions and 2 deletions.
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 2b14406

Please sign in to comment.