Skip to content

Commit

Permalink
fix comparison name in profile test
Browse files Browse the repository at this point in the history
  • Loading branch information
AO-StreetArt committed Jun 23, 2018
1 parent 72617f4 commit 3396c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aossl/profile/profile_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ int main(int argc, char** argv) {
std::string pw("test");
profile.set_vault_address(vaddr, secrets_path, 5, 1, un, pw);
std::string secretKey("testKey");
std::string secretVal("testVal");
std::string secretVal("testValue");
profile.add_secure_opt(secretKey);
profile.load_config();
AOSSL::StringBuffer buf7;
Expand Down

0 comments on commit 3396c01

Please sign in to comment.