test: add tests for BitbucketRepoPicker

Signed-off-by: Benjamin Janssens <benji.janssens@gmail.com>
This commit is contained in:
Benjamin Janssens
2024-06-10 13:10:44 +02:00
parent f0781a5394
commit f78b919bf0
3 changed files with 160 additions and 29 deletions
@@ -116,7 +116,7 @@ describe('BitbucketCloudClient', () => {
const response = {
values: [
{
type: 'repository',
type: 'project',
slug: 'project1',
} as Models.Project,
],