Skip to content

Commit

Permalink
Small change to test linters
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredeen committed Oct 4, 2024
1 parent f038132 commit ac1fea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tests/test_verify_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class VerifyLocustUser(HttpUser):
wait_time = between(1, 2)

def on_start(self):
self.client.verify = False # Don't to check if certificate is valid
self.client.verify = False # Don't check if certificate is valid

@task
def verify_task(self):
Expand Down

0 comments on commit ac1fea9

Please sign in to comment.