Index: sdk/lib/_internal/pub_generated/test/oauth2/with_a_pre_existing_credentials_does_not_authenticate_test.dart |
diff --git a/sdk/lib/_internal/pub/test/oauth2/with_a_pre_existing_credentials_does_not_authenticate_test.dart b/sdk/lib/_internal/pub_generated/test/oauth2/with_a_pre_existing_credentials_does_not_authenticate_test.dart |
similarity index 95% |
copy from sdk/lib/_internal/pub/test/oauth2/with_a_pre_existing_credentials_does_not_authenticate_test.dart |
copy to sdk/lib/_internal/pub_generated/test/oauth2/with_a_pre_existing_credentials_does_not_authenticate_test.dart |
index fc39458a3402de5adc9fd10ac7843d0d98c10b6a..f1ee88a519f0a12127a9a81049acd0a44e2511ea 100644 |
--- a/sdk/lib/_internal/pub/test/oauth2/with_a_pre_existing_credentials_does_not_authenticate_test.dart |
+++ b/sdk/lib/_internal/pub_generated/test/oauth2/with_a_pre_existing_credentials_does_not_authenticate_test.dart |
@@ -20,7 +20,8 @@ main() { |
confirmPublish(pub); |
server.handle('GET', '/api/packages/versions/new', (request) { |
- expect(request.headers, |
+ expect( |
+ request.headers, |
containsPair('authorization', 'Bearer access token')); |
return new shelf.Response(200); |
@@ -28,4 +29,4 @@ main() { |
pub.kill(); |
}); |
-} |
+} |