Skip to content

Commit

Permalink
fix the condition
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Nov 26, 2024
1 parent 6eb39db commit 607738c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/debugger/test_debugger_pii.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def test_pii_redaction_dotnet_2_50(self):
def setup_pii_redaction_line(self):
self._setup("pii_line")

@irrelevant(library="ruby", reason="Ruby needs to use line probes to capture variables")
@irrelevant(context.library != "ruby", reason="Ruby needs to use line probes to capture variables")
def test_pii_redaction_line(self):
self._test(REDACTED_KEYS, REDACTED_TYPES, True)

Expand Down

0 comments on commit 607738c

Please sign in to comment.