Skip to content

Commit

Permalink
chore: make test more roboust
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Sep 27, 2023
1 parent c7a8b06 commit 521342f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/internal-tests/src/__tests__/issues.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ describe('Handle unhappy paths', () => {
statusInfo: {
// status: expect.stringMatching(/fulfilled/),
statusReason: {
tech: expect.stringMatching(/timeout.*checkPackageContainerWriteAccess.*Accessor.*/i),
tech: expect.stringMatching(
/timeout.*(checkPackageContainerWriteAccess|checkPackageReadAccess).*Accessor.*/i
),
},
},
})
Expand Down

0 comments on commit 521342f

Please sign in to comment.