Skip to content

Commit

Permalink
remove only in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ASaiAnudeep committed Apr 12, 2024
1 parent 6192f3e commit 935ce72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/component/interactions.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ describe('Mock', () => {
.expectStatus(200);
});

it.only('GET - with core options & auth - override with core invalid auth', async () => {
it('GET - with core options & auth - override with core invalid auth', async () => {
try {
await pactum.spec()
.useInteraction({
Expand Down

0 comments on commit 935ce72

Please sign in to comment.