Skip to content

Commit

Permalink
Remove unused import in hooks.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianG committed Jul 22, 2024
1 parent df8f531 commit c881c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ctst/common/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
import Zenko from '../world/Zenko';
import { Identity } from 'cli-testing';
import { prepareQuotaScenarios, teardownQuotaScenarios } from 'steps/quotas/quotas';
import { displayDebuggingInformation, preparePRA, teardownPRA } from 'steps/pra';
import { displayDebuggingInformation, preparePRA } from 'steps/pra';


// HTTPS should not cause any error for CTST
Expand Down

0 comments on commit c881c4c

Please sign in to comment.