conda-incubator / conda-store

Data science environments, for collaboration. ✨
https://conda.store
BSD 3-Clause "New" or "Revised" License
149 stars 50 forks source link

[BUG] - `test_conda_store_server_url_prefix` failure #991

Closed peytondmurray closed 2 days ago

peytondmurray commented 2 days ago

Describe the bug

test_conda_store_server_url_prefix is failing - it should accept a 307 instead of a 200 status code for the second return code in the test.

Expected behavior

The test doesn't fail.

How to Reproduce the problem?

Run the test_conda_store_server_url_prefix test.

Output

No response

Versions and dependencies used.

No response

Anything else?

No response

peytondmurray commented 2 days ago

Fixed by #993.