mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-27 04:25:44 -05:00
fix broken test
This commit is contained in:
@@ -272,7 +272,7 @@ func TestHttpBasicAuth(t *testing.T) {
|
||||
{
|
||||
resp, err := client.Get("http://127.0.0.1:" + httpServerPort.String())
|
||||
assert(err, IsNil)
|
||||
assert(resp.StatusCode, Equals, 401)
|
||||
assert(resp.StatusCode, Equals, 407)
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user