Skip to content

Commit 67e7d13

Browse files
committed
fix test again
1 parent 51129d6 commit 67e7d13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/connectivity/src/scp-cf/identity-service.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ describe('getIasClientCredentialsToken', () => {
153153
});
154154

155155
expect(mockFetchClientCredentialsToken).toHaveBeenCalledWith({
156-
app_tid: 'tenant-123'
156+
app_tid: 'tenant-123',
157+
token_format: 'jwt'
157158
});
158159
});
159160

0 commit comments

Comments
 (0)