Skip to content

Commit 371f9bc

Browse files
authored
fix: remove breakpoint
1 parent 294b95f commit 371f9bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

diracx-routers/tests/jobs/test_status.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,6 @@ def test_heartbeat(normal_user_client: TestClient, valid_job_id: int):
10981098
hbt = hbt.replace(tzinfo=timezone.utc)
10991099
assert hbt >= datetime.now(tz=timezone.utc) - timedelta(seconds=15)
11001100

1101-
breakpoint()
11021101
# Kill the job by setting the status on it
11031102
#
11041103
r = normal_user_client.patch(

0 commit comments

Comments
 (0)