Skip to content

Commit 759faf3

Browse files
committed
Fix test
1 parent ae888af commit 759faf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/issueDetails/streamline/sidebar/seerNotices.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ describe('SeerNotices', function () {
7979
});
8080

8181
it('shows fixability view step if automation is allowed and view not starred', () => {
82-
const project = getProjectWithAutomation('on' as any);
82+
const project = getProjectWithAutomation('high');
8383
render(<SeerNotices groupId="123" hasGithubIntegration project={project} />, {
8484
organization,
8585
});

0 commit comments

Comments
 (0)