Skip to content

Commit

Permalink
Add use_tls flag
Browse files Browse the repository at this point in the history
Signed-off-by: Chaurasiya, Payal <[email protected]>
  • Loading branch information
payalcha committed Jan 23, 2025
1 parent 72ef593 commit 87ba787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end_to_end/test_suites/tr_with_eval_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_eval_federation_via_dockerized_workspace(request, fx_federation_tr_dws)
# Create new workspace with evaluation scope
new_fed_obj = create_tr_workspace_dws(request, eval_scope=True)

results_new = fed_helper.run_federation_for_dws(new_fed_obj)
results_new = fed_helper.run_federation_for_dws(new_fed_obj, use_tls=request.config.use_tls)
# Verify the completion of the federation run
assert fed_helper.verify_federation_run_completion(
new_fed_obj,
Expand Down

0 comments on commit 87ba787

Please sign in to comment.