Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
levy5307 committed Feb 3, 2020
1 parent 3fc3c98 commit 1e6e104
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ TEST_F(meta_app_envs_test, update_app_envs_test)
{"not_exist_env",
"500",
ERR_INVALID_PARAMETERS,
"The env of not_exist_env is not supported",
"The env of \"not_exist_env\" is not supported",
""}};

auto app = find_app(app_name);
Expand Down

0 comments on commit 1e6e104

Please sign in to comment.