Skip to content

Commit 5cd5134

Browse files
committed
Fix test
1 parent 30ec661 commit 5cd5134

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

servicebuilder-iam/src/test/java/no/obos/util/servicebuilder/client/JerseyClientAddonTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ public void request_id_gets_carried_over() {
158158
TestServiceFull.Call expected = getCall()
159159
.toBuilder()
160160
.header(Constants.X_OBOS_REQUEST_ID, "Banana")
161+
.header(Constants.CORRELATION_ID, "Banana")
161162
.build();
162163
TestServiceRunner.Runtime nestedRuntime = nestedService.start().runtime;
163164

0 commit comments

Comments
 (0)