Skip to content

Commit

Permalink
Handle dapr-api-token for split run tests
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
  • Loading branch information
artursouza committed Oct 14, 2024
1 parent b902e24 commit 9a0d0d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk-tests/src/test/java/io/dapr/it/DaprRun.java
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,8 @@ ImmutablePair<AppRun, DaprRun> splitBuild() {
DAPR_SUCCESS_MESSAGE,
null,
this.maxWaitMilliseconds,
this.appProtocol);
this.appProtocol,
resolveDaprApiToken(serviceClass));

return new ImmutablePair<>(appRun, daprRun);
}
Expand Down

0 comments on commit 9a0d0d7

Please sign in to comment.