Skip to content

Commit bb4a3c3

Browse files
fix: context type
1 parent 9984644 commit bb4a3c3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

__tests__/misc.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ describe('getContext', () => {
6262
job: '',
6363
runId: 1,
6464
runNumber: 1,
65+
apiUrl: '',
66+
serverUrl: '',
67+
graphqlUrl: '',
6568
});
6669
});
6770
});

src/misc.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ export const getContext = (args: ContextArgs): Context => ({
6262
job: '',
6363
runId: 1,
6464
runNumber: 1,
65+
apiUrl: '',
66+
serverUrl: '',
67+
graphqlUrl: '',
6568
});
6669

6770
export const getGitHelper = (): GitHelper => new GitHelper(new Logger());

0 commit comments

Comments
 (0)