Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrySentry committed Jan 30, 2025
1 parent 8872af6 commit 2f0463f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ describe('SelfHostedLicenseExpiration', () => {
vi.setSystemTime(new Date('2023-08-01'))
config.IS_SELF_HOSTED = true
config.IS_DEDICATED_NAMESPACE = true
config.DISPLAY_SELF_HOSTED_EXPIRATION_BANNER = true
})

afterEach(() => {
Expand All @@ -241,7 +242,6 @@ describe('SelfHostedLicenseExpiration', () => {
)

const resolveIssueButton = screen.queryByText(/Resolve issue/)

expect(resolveIssueButton).not.toBeInTheDocument()
})

Expand Down

0 comments on commit 2f0463f

Please sign in to comment.