Skip to content

Commit

Permalink
Change the input params
Browse files Browse the repository at this point in the history
Signed-off-by: Chaurasiya, Payal <[email protected]>
  • Loading branch information
payalcha committed Nov 21, 2024
1 parent 073b2f0 commit e4a992e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/end_to_end/models/participants.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ def modify_plan(self, new_rounds=None, num_collaborators=None, disable_client_au
data["collaborator"]["settings"]["log_memory_usage"] = self.log_memory_usage

data["data_loader"]["settings"]["collaborator_count"] = int(self.num_collaborators)
data["network"]["settings"]["disable_client_auth"] = disable_client_auth
data["network"]["settings"]["tls"] = not disable_tls
data["network"]["settings"]["require_client_auth"] = not disable_client_auth
data["network"]["settings"]["use_tls"] = not disable_tls

with open(self.plan_path, "w+") as write_file:
yaml.dump(data, write_file)
Expand Down

0 comments on commit e4a992e

Please sign in to comment.