Skip to content

Commit

Permalink
[CoreEngine] update the keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
fedml-alex committed May 14, 2024
1 parent 3417f30 commit 060eef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/fedml/api/api_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Login
fedml.set_env_version("test")
fedml.set_local_on_premise_platform_port(18080)
error_code, error_msg = fedml.api.fedml_login(api_key="1316b93c82da40ce90113a2ed12f0b14")
error_code, error_msg = fedml.api.fedml_login(api_key="")
if error_code != 0:
print("API Key is invalid!")
exit(1)
Expand Down

0 comments on commit 060eef6

Please sign in to comment.