Skip to content

Commit

Permalink
Be sure that url finish in /
Browse files Browse the repository at this point in the history
  • Loading branch information
aljesusg committed Jan 24, 2024
1 parent b7b2d0a commit 20e2f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/kiali-backend/src/service/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('Configuration', () => {
});
const result = readKialiConfigs(configuration);
expect(result).toStrictEqual({
url: 'https://localhost:4000',
url: 'https://localhost:4000/',
serviceAccountToken: undefined,
skipTLSVerify: false,
sessionTime: undefined,
Expand Down

0 comments on commit 20e2f1b

Please sign in to comment.