Skip to content

Commit 2382ba4

Browse files
committed
fix: change default location for looking for mock public key.
1 parent 98ddd13 commit 2382ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository/gridftp/globus5/authz/tests/integration/test_gsi_authz_init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ std::string get_env_or_default(const char* env_name, const std::string& default_
3838
}
3939

4040
const std::string repo_id = "repo/samoas";
41-
const std::string default_server_key_path = "../../mock_core/mock-datafed-core-key.pub";
41+
const std::string default_server_key_path = "./mock-datafed-core-key.pub";
4242
const std::string server_address = "tcp://localhost:9998";
4343
const std::string pub_key_path = "./datafed-repo-key.pub";
4444
const std::string pub_key = "Wxwm^-Cf7cJrqS)}/B?cDAq(L=@AwSA*({jhBu1]";

0 commit comments

Comments
 (0)