Skip to content

Commit

Permalink
add externalId to Repository stub
Browse files Browse the repository at this point in the history
  • Loading branch information
cathteng committed Sep 13, 2023
1 parent 1dc644c commit 42d4fb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fixtures/js-stubs/repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export function Repository(params: Partial<RepositoryType> = {}): RepositoryType
url: 'https://github.com/example/repo-name',
status: RepositoryStatus.ACTIVE,
externalSlug: 'example/repo-name',
externalId: '1',
dateCreated: '',
integrationId: '',
...params,
Expand Down

0 comments on commit 42d4fb9

Please sign in to comment.