Skip to content
Discussion options

You must be logged in to vote

I believe OPENDAL_WEBDAV_TEST=on;OPENDAL_WEBDAV_ENDPOINT="http://127.0.0.1:9999";OPENDAL_WEBDAV_USERNAME=foo cargo test webdav is wrong command.

Try running test with:

OPENDAL_WEBDAV_TEST=on OPENDAL_WEBDAV_ENDPOINT="http://127.0.0.1:9999" OPENDAL_WEBDAV_USERNAME=foo cargo test webdav -- --show-output

Or by setting the .env file.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Gnosnay
Comment options

@Xuanwo
Comment options

Xuanwo May 8, 2023
Collaborator

Answer selected by Gnosnay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants