Skip to content

Commit

Permalink
* don't use format in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
asofter committed Aug 12, 2023
1 parent 399cb2e commit 065d984
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/input_scanners/test_anonymize.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"but also possible to contact him with hello@test.com email. Phone number is 555-123-4567 and "
"the IP address is 192.168.1.100. And credit card number is 4567-8901-2345-6789. "
"He works in Test LLC.",
f"Make an SQL insert statement to add a new user to our database. Name is [REDACTED_PERSON_1]. "
f"Email is test@test.com but also possible to contact him with hello@test.com email. "
f"Phone number is 555-123-4567 and the IP address is 192.168.1.100. "
f"And credit card number is 4567-8901-2345-6789. He works in Test LLC.",
"Make an SQL insert statement to add a new user to our database. Name is [REDACTED_PERSON_1]. "
"Email is test@test.com but also possible to contact him with hello@test.com email. "
"Phone number is 555-123-4567 and the IP address is 192.168.1.100. "
"And credit card number is 4567-8901-2345-6789. He works in Test LLC.",
False,
), # Exposed name, email, phone number, credit card number and IP but only with PERSON
({}, "", "", True), # Empty prompt
Expand Down

0 comments on commit 065d984

Please sign in to comment.