Skip to content

Commit

Permalink
Rename disable_client_auth to require_client_auth with flipped de…
Browse files Browse the repository at this point in the history
…fault

Signed-off-by: Shah, Karan <[email protected]>
  • Loading branch information
MasterSkepticista committed Nov 21, 2024
1 parent bede7a4 commit 13fbf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end_to_end/models/participants.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def modify_plan(self, new_rounds=None, num_collaborators=None, disable_client_au
data["aggregator"]["settings"]["rounds_to_train"] = int(self.rounds_to_train)
data["data_loader"]["settings"]["collaborator_count"] = int(self.num_collaborators)
data["network"]["settings"]["disable_client_auth"] = disable_client_auth
data["network"]["settings"]["use_tls"] = not disable_tls
data["network"]["settings"]["tls"] = not disable_tls

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

0 comments on commit 13fbf33

Please sign in to comment.