Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02eedaf commit af993c9Copy full SHA for af993c9
packages/integration-sdk-runtime/src/api/__tests__/index.test.ts
@@ -99,7 +99,7 @@ describe('createApiClient', () => {
99
headers: {
100
Authorization: 'Bearer test-key',
101
'Content-Type': 'application/json',
102
- 'LifeOmic-Account': 'test-account',
+ 'JupiterOne-Account': 'test-account',
103
},
104
retry: {
105
maxTimeout: 20000,
packages/integration-sdk-runtime/src/api/index.ts
@@ -45,7 +45,7 @@ export function createApiClient({
45
alphaOptions,
46
}: CreateApiClientInput): ApiClient {
47
const headers: Record<string, string> = {
48
- 'LifeOmic-Account': account,
+ 'JupiterOne-Account': account,
49
50
};
51
0 commit comments