Skip to content

Commit

Permalink
Fixing space test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-buttner committed Mar 29, 2023
1 parent cb007ae commit 8792545
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ export default ({ getService }: FtrProviderContext): void => {
supertest: supertestWithoutAuth,
caseId: postedSecCase.id,
fileIds: [create.file.id],
auth: { user: secAllSpace1User, space: 'space1' },
auth: { user: secAllSpace1User, space: 'space2' },
expectedHttpCode: 403,
});
});
Expand Down

0 comments on commit 8792545

Please sign in to comment.