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

Commit

Permalink
feat(csi-47): enabled all int. tests
Browse files Browse the repository at this point in the history
  • Loading branch information
geka-evk committed Jun 19, 2024
1 parent 51950f3 commit dc9c4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/domain/ISPA.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('ISPA Integration Tests -->', () => {
expect(data.headers.h1).toBe(headers.h1);
});

describe.skip('mTLS hub (peer-endpoint) Tests -->', () => {
describe('mTLS hub (peer-endpoint) Tests -->', () => {
const url = `${SCHEME}://${hubAConfig.baseUrl}/int-test`;
// prettier-ignore
const sendGetRequest = (options: axios.AxiosRequestConfig) => sendRequest({
Expand Down

0 comments on commit dc9c4e0

Please sign in to comment.