Skip to content

Commit

Permalink
fix merge commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Mar 24, 2020
1 parent 38fb7be commit 9912b9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function typeNotEnabledTests({ getService }: FtrProviderContext)
name: 'an action created before test.not-enabled was disabled (updated)',
});

expect(responseUpdate.statusCode).to.eql(403);
expect(responseUpdate.status).to.eql(403);
expect(responseUpdate.body).to.eql({
statusCode: 403,
error: 'Forbidden',
Expand Down

0 comments on commit 9912b9a

Please sign in to comment.