test(e2e): fix positional arg index in test_llm_false_positive_unlearn due to autospec
This commit is contained in:
@@ -506,4 +506,4 @@ class TestSAELearning:
|
||||
assert result is True
|
||||
mock_store_screen.assert_called_once()
|
||||
args, kwargs = mock_store_screen.call_args
|
||||
assert args[1] == "NORMAL"
|
||||
assert args[2] == "NORMAL"
|
||||
|
||||
Reference in New Issue
Block a user