You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In off-dart's tests, on the TEST env (.net), we try to upload a proof with an invalid bearer token (actual value: 'invalid bearer token'). It's supposed to fail, but it doesn't anymore.
Steps to reproduce the behavior:
Try to upload a proof with an invalid bearer token in TEST env
It works.
It shouldn't.
The text was updated successfully, but these errors were encountered:
What
In off-dart's tests, on the TEST env (
.net
), we try to upload a proof with an invalid bearer token (actual value:'invalid bearer token'
). It's supposed to fail, but it doesn't anymore.Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: