Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oddsson committed Sep 10, 2024
1 parent 21e5119 commit 37dd3ee
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,10 @@ describe('Limited Access View Case File Guard', () => {

describe.each(Object.keys(CaseType))('for %s cases', (type) => {
describe.each(completedCaseStates)('in state %s', (state) => {
const allowedCaseFileCategories = [CaseFileCategory.APPEAL_RULING]
const allowedCaseFileCategories = [
CaseFileCategory.APPEAL_RULING,
CaseFileCategory.RULING,
]

describe.each(allowedCaseFileCategories)(
'prison system users can view %s',
Expand Down

0 comments on commit 37dd3ee

Please sign in to comment.