Skip to content

Commit

Permalink
fix prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDaemonBarber committed Apr 15, 2024
1 parent ad4b443 commit a6785ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/server-client-universal.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('proxy requests originating from behind the broker server', () => {
process.env.AZURE_REPOS_HOST = 'hostname';
process.env.AZURE_REPOS_ORG = 'org';
process.env.JIRA_PAT = 'jirapat';
process.env.RAW_AUTH = 'CustomScheme CustomToken'
process.env.RAW_AUTH = 'CustomScheme CustomToken';
process.env.JIRA_HOSTNAME = 'hostname';
process.env.SNYK_BROKER_CLIENT_CONFIGURATION__common__default__BROKER_SERVER_URL = `http://localhost:${bs.port}`;
process.env.SNYK_FILTER_RULES_PATHS__github = clientAccept;
Expand Down

0 comments on commit a6785ac

Please sign in to comment.