Compare commits
5 commits
f9c852a9c8
...
fd762e2bd2
Author | SHA1 | Date | |
---|---|---|---|
fd762e2bd2 | |||
681b2c4c10 | |||
7578ab3144 | |||
7212154037 | |||
4276964f4d |
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ async fn should_reject_message_with_expired_token() -> TestResult {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test_log::test(actix::test)]
|
#[test_log::test(actix::test)]
|
||||||
// NOTE: failed then passed on retry: count = 2
|
// NOTE: failed then passed on retry: count = 3
|
||||||
async fn should_send_validate_repo_when_retryable_error() -> TestResult {
|
async fn should_send_validate_repo_when_retryable_error() -> TestResult {
|
||||||
//given
|
//given
|
||||||
let fs = given::a_filesystem();
|
let fs = given::a_filesystem();
|
||||||
|
|
Loading…
Reference in a new issue