Skip to content

Commit 395e171

Browse files
committed
Fix ruff failure on w291
1 parent 4958d6b commit 395e171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/finding_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ def test_create_finding_with_unqiue_characters(self):
551551
# Query the site to determine if the finding has been added
552552
# Assert to the query to determine status of failure
553553
self.assertTrue(self.is_success_message_present(text="Finding from template added successfully."))
554-
self.assertTrue(self.is_text_present_on_page(text="App Vulnerable to XSS From \\Template"))
554+
self.assertTrue(self.is_text_present_on_page(text="App Vulnerable to XSS From \\Template"))
555555

556556
# Navigate back to the finding list
557557
driver.find_element(By.LINK_TEXT, "Findings").click()

0 commit comments

Comments
 (0)