Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af993c9

Browse files
committed
replace lifeomic-account with jupiterone-account
1 parent 02eedaf commit af993c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/integration-sdk-runtime/src/api/__tests__/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ describe('createApiClient', () => {
9999
headers: {
100100
Authorization: 'Bearer test-key',
101101
'Content-Type': 'application/json',
102-
'LifeOmic-Account': 'test-account',
102+
'JupiterOne-Account': 'test-account',
103103
},
104104
retry: {
105105
maxTimeout: 20000,

packages/integration-sdk-runtime/src/api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function createApiClient({
4545
alphaOptions,
4646
}: CreateApiClientInput): ApiClient {
4747
const headers: Record<string, string> = {
48-
'LifeOmic-Account': account,
48+
'JupiterOne-Account': account,
4949
'Content-Type': 'application/json',
5050
};
5151

0 commit comments

Comments
 (0)