Skip to content

Commit

Permalink
Removing generated schema.gql and adding NOSONAR directive for valid …
Browse files Browse the repository at this point in the history
…empty object
  • Loading branch information
cyber-decker committed Jan 2, 2025
1 parent d6a9561 commit 7d64f08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,097 deletions.
2 changes: 1 addition & 1 deletion test/playwright/fixtures/gql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type WorkerFixtures = {

export const test = baseTest.extend<{}, WorkerFixtures>({
gql: [
async ({}, use) => {
async ({}, use) => { // NOSONAR
const apiContext = await request.newContext({ });
await use(getClient(apiContext));
}, { auto: false, scope: 'worker' }
Expand Down
Loading

0 comments on commit 7d64f08

Please sign in to comment.