Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Change dummy url in test config to be a full path
Browse files Browse the repository at this point in the history
  • Loading branch information
jehisonprada committed Apr 12, 2024
1 parent 361efe7 commit cda019c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (process.env.LOAD_ENV) {
}

const DEFAULT_API_TOKEN = 'dummy-sonarqube-api-token';
const DEFAULT_BASE_URL = 'dummy-base-url';
const DEFAULT_BASE_URL = 'http://dummy-base-url';
const DEFAULT_API_VERSION = APIVersion.V1;

export function buildStepTestConfigForStep(stepId: string): StepTestConfig {
Expand Down

0 comments on commit cda019c

Please sign in to comment.