Index: sdk/lib/_internal/pub/test/oauth2/with_server_rejected_credentials_authenticates_again_test.dart |
diff --git a/sdk/lib/_internal/pub/test/oauth2/with_server_rejected_credentials_authenticates_again_test.dart b/sdk/lib/_internal/pub/test/oauth2/with_server_rejected_credentials_authenticates_again_test.dart |
index 6457091fcb3138fc67fd7733f25b1c751f1c5b90..f670fe1bbbd344daee8ce5e631e8ee068c9543f1 100644 |
--- a/sdk/lib/_internal/pub/test/oauth2/with_server_rejected_credentials_authenticates_again_test.dart |
+++ b/sdk/lib/_internal/pub/test/oauth2/with_server_rejected_credentials_authenticates_again_test.dart |
@@ -41,9 +41,7 @@ main() { |
// TODO(rnystrom): The confirm line is run together with this one because |
// in normal usage, the user will have entered a newline on stdin which |
// gets echoed to the terminal. Do something better here? |
- expect(pub.nextLine(), completion(equals( |
- 'Looks great! Are you ready to upload your package (y/n)? ' |
- 'Pub needs your authorization to upload packages on your behalf.'))); |
+ expect(pub.nextLine(), completion(equals('Uploading...'))); |
pub.kill(); |
}); |
} |