test(e2e): fix positional arg index in test_llm_false_positive_unlearn due to autospec

This commit is contained in:
2026-04-27 11:14:21 +02:00
parent 0fbd1b1678
commit 117e7a22e7

View File

@@ -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"