Index: tests/standalone/io/http_auth_digest_test.dart |
diff --git a/tests/standalone/io/http_auth_digest_test.dart b/tests/standalone/io/http_auth_digest_test.dart |
index cb8e62e7c3fed65fc776ac14a3f77f6555490d03..70e1451b146b0efac5f66de0985a04455fe08ffc 100644 |
--- a/tests/standalone/io/http_auth_digest_test.dart |
+++ b/tests/standalone/io/http_auth_digest_test.dart |
@@ -65,7 +65,7 @@ class Server { |
String authorization = |
request.headers[HttpHeaders.AUTHORIZATION][0]; |
HeaderValue header = |
- new HeaderValue.fromString( |
+ HeaderValue.parse( |
authorization, parameterSeparator: ","); |
if (header.value == "basic") { |
sendUnauthorizedResponse(response); |