Skip to content

Commit

Permalink
Updated comment on TLS_PROTOCOLS env variable usage on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Sep 12, 2023
1 parent d3623f4 commit 1a179c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/include.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

def ensure_tls_protocols(master_nodes_connections):
if TLS_PROTOCOLS != "":
# ensure if we run again on a different key pattern the dataset doesn't grow
# if we've specified the TLS_PROTOCOLS env variable ensure the server enforces thos protocol versions
for master_connection in master_nodes_connections:
master_connection.execute_command("CONFIG", "SET", "tls-protocols", TLS_PROTOCOLS)

Expand Down

0 comments on commit 1a179c8

Please sign in to comment.