Skip to content

Commit

Permalink
enable notifications by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed Nov 19, 2024
1 parent c77b2e7 commit 60c8da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/auth.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ setup('authenticate', async ({ baseURL }) => {
value: JSON.stringify({
jiraApiKey: process.env.JIRA_API_KEY,
bugzillaApiKey: process.env.BUGZILLA_API_KEY,
showNotifications: false,
showNotifications: true,
affectsPerPage: 10,
trackersPerPage: 10,
}),
Expand Down

0 comments on commit 60c8da2

Please sign in to comment.