Skip to content

Commit

Permalink
fix: java exmapels test [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
texastony committed Nov 4, 2024
1 parent b54cad9 commit 69971b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ public void test() {
.MutationToken(token)
.PageSize(1)
.Strategy(strategyDenyMrk)
.SystemKey(systemKey)
.build();
ApplyMutationOutput applyOutput = admin.ApplyMutation(applyInput);
ApplyMutationResult result = applyOutput.MutationResult();
Expand Down

0 comments on commit 69971b5

Please sign in to comment.