Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Jan 9, 2025
1 parent e99f09c commit f574451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/_context/_scenarios/endtoend.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ def pytest_sessionfinish(self, session, exitstatus):
_SchemaBug(
endpoint="/debugger/v1/diagnostics",
data_path="$[].content",
condition=context.library > "nodejs@4.48.0",
condition=context.library < "nodejs@5.31.0",
ticket="DEBUG-2864",
),
_SchemaBug(
Expand Down Expand Up @@ -620,7 +620,7 @@ def pytest_sessionfinish(self, session, exitstatus):
_SchemaBug(
endpoint="/api/v2/debugger",
data_path="$[].content",
condition=context.library > "nodejs@4.46.0",
condition=context.library < "nodejs@5.31.0",
ticket="DEBUG-2864",
),
]
Expand Down

0 comments on commit f574451

Please sign in to comment.