Skip to content

Commit dc4f560

Browse files
committed
Remove pdb
1 parent e59c75b commit dc4f560

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/functional/test_run_class.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,6 @@ def test_add_alerts_offline(monkeypatch) -> None:
12251225
# Try adding alerts with IDs, check there is no duplication
12261226
_expected_alerts.append(_id)
12271227
run.add_alerts(ids=_expected_alerts)
1228-
import pdb; pdb.set_trace()
12291228
_id_mapping = sv_send.sender(os.environ["SIMVUE_OFFLINE_DIRECTORY"], 2, 10, throw_exceptions=True)
12301229

12311230
_online_run.refresh()

0 commit comments

Comments
 (0)