summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/api/identity/extension_manifests_auth_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/api/identity/extension_manifests_auth_unittest.cc')
-rw-r--r--chrome/common/extensions/api/identity/extension_manifests_auth_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/api/identity/extension_manifests_auth_unittest.cc b/chrome/common/extensions/api/identity/extension_manifests_auth_unittest.cc
index 997ff6d..1d327f9 100644
--- a/chrome/common/extensions/api/identity/extension_manifests_auth_unittest.cc
+++ b/chrome/common/extensions/api/identity/extension_manifests_auth_unittest.cc
@@ -147,8 +147,8 @@ TEST_F(OAuth2ManifestTest, OAuth2SectionParsing) {
EXPECT_EQ(1U, extension->install_warnings().size());
const extensions::InstallWarning& warning =
extension->install_warnings()[0];
- EXPECT_EQ("'oauth2' is only allowed for extensions, legacy packaged apps "
- "and packaged apps, and this is a hosted app.",
+ EXPECT_EQ("'oauth2' is only allowed for extensions, legacy packaged apps, "
+ "and packaged apps, but this is a hosted app.",
warning.message);
EXPECT_EQ("", OAuth2Info::GetOAuth2Info(extension.get()).client_id);
EXPECT_TRUE(OAuth2Info::GetOAuth2Info(extension.get()).scopes.empty());