Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
gnufede committed Nov 28, 2024
1 parent 5aa3596 commit 322cd3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/appsec/iast/fixtures/integration/print_str.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
def print_str():
print(str("hi"))
h = "h"
i = "i"
hi = f"{h}" f"{i}"
print(str(hi))

0 comments on commit 322cd3f

Please sign in to comment.