Fixed more tests

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2025-11-17 15:52:29 -06:00
parent 9246b57e86
commit 70d394f307
2 changed files with 4 additions and 2 deletions
@@ -143,7 +143,9 @@ describe('readBitbucketCloudIntegrationConfig', () => {
readBitbucketCloudIntegrationConfig(
buildConfig({ ...valid, appPassword: undefined, token: undefined }),
),
).toThrow(/must configure either a token or appPassword/);
).toThrow(
/must be configured with as username and either a token or an appPassword/,
);
});
it('credentials hidden on the frontend', async () => {