Skip to content

Commit

Permalink
fixup: pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiusti committed Sep 25, 2024
1 parent 9a532a9 commit b120b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/system_tests_tcp_adaptor_tls.py
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ def test_ssl_profile_delete(self):

# Test the configuration

client_name = f"SslProfileEchoClient-1"
client_name = "SslProfileEchoClient-1"
client_logger = Logger(title=client_name,
print_to_console=False,
ofilename=os.path.join(os.path.dirname(os.getcwd()),
Expand All @@ -1247,7 +1247,7 @@ def test_ssl_profile_delete(self):

# Expect this to pass

client_name = f"SslProfileEchoClient-2"
client_name = "SslProfileEchoClient-2"
client_logger = Logger(title=client_name,
print_to_console=False,
ofilename=os.path.join(os.path.dirname(os.getcwd()),
Expand Down

0 comments on commit b120b37

Please sign in to comment.