Skip to content

Commit 862ba37

Browse files
authored
Change profile assertions in runtime repair tests
Update assertions in runtime repair tests to check for exclusions instead of inclusions.
1 parent 5826b50 commit 862ba37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/runtime_repair_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def test_profile_selection_is_provider_agnostic() -> None:
150150
assert "request_header_recovery" not in profiles
151151

152152
profiles = matching_profiles(candidate, stream_forbidden_result(), source)
153-
assert profiles == ["stream_output_recovery"]
153+
assert "stream_output_recovery" not in profiles
154154

155155

156156
def test_html_profile_rewrites_exact_functions_without_deleting_neighbours() -> None:

0 commit comments

Comments
 (0)