Skip to content

Commit

Permalink
feat(python): enable no samesite cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
avara1986 committed Sep 26, 2024
1 parent 46f17e4 commit ae44cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/appsec/iast/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def iast_context():


@pytest.fixture(autouse=True)
def check_native_code_exception_in_each_python_aspect_test(request, caplog, telemetry_writer):
def check_native_code_exception_in_each_python_aspect_test(request, caplog):
if "skip_iast_check_logs" in request.keywords:
yield
else:
Expand Down

0 comments on commit ae44cc3

Please sign in to comment.