server icon indicating copy to clipboard operation
server copied to clipboard

fix(dav): Also throw in basic auth requests

Open nickvergessen opened this issue 2 years ago • 1 comments

Checklist

nickvergessen avatar May 03 '23 14:05 nickvergessen

Tests need some adjustments:

There were 5 failures:

1) Test\User\SessionTest::testLogClientInNoTokenPasswordWith2fa
Expectation failed for method name is "sleepDelay" when invoked 1 time(s).
Method was expected to be called 1 times, actually called 0 times.

2) Test\User\SessionTest::testLogClientInWithTokenPassword
Expectation failed for method name is "sleepDelay" when invoked 1 time(s).
Method was expected to be called 1 times, actually called 0 times.

3) Test\User\SessionTest::testLogClientInNoTokenPasswordNo2fa
Expectation failed for method name is "sleepDelay" when invoked 1 time(s).
Method was expected to be called 1 times, actually called 0 times.

4) Test\User\SessionTest::testLogClientInThrottlerUsername
Expectation failed for method name is "sleepDelay" when invoked 2 time(s).
Method was expected to be called 2 times, actually called 0 times.

5) Test\User\SessionTest::testLogClientInThrottlerEmail
Expectation failed for method name is "sleepDelay" when invoked 2 time(s).
Method was expected to be called 2 times, actually called 0 times.

juliusknorr avatar May 03 '23 17:05 juliusknorr