0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-23 02:14:25 +01:00
silverwind 9235442ba5
Remove external API calls in TestPassword (#30716)
The test had a dependency on `https://api.pwnedpasswords.com` which
caused many failures on CI recently:

```
--- FAIL: TestPassword (2.37s)
    pwn_test.go:41: Get "https://api.pwnedpasswords.com/range/e6b6a": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
FAIL
coverage: 82.9% of statements
```
2024-05-02 14:43:23 +00:00
..
2024-02-25 13:32:13 +00:00
2024-03-21 15:07:35 +00:00
2024-04-03 02:16:46 +00:00
2024-05-01 15:32:52 +03:00
2024-04-22 23:55:43 +00:00
2024-02-25 13:32:13 +00:00
2024-04-21 00:53:45 +00:00