Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Fix a test that didn't run correctly.
This test was missing an assert to ensure that authentication succeeded. However when we add the assert, I learned that the test was failing because the Authorization header was not being submitted correctly into the initial request. I updated the test so that it would pass as expected.
- Loading branch information