Skip to content
Snippets Groups Projects
Commit 7d7bbbc3 authored by Brandon Piotrzkowski's avatar Brandon Piotrzkowski
Browse files

Again fix test

parent 974b208d
No related branches found
No related tags found
No related merge requests found
......@@ -279,7 +279,8 @@ def test_handle_superevent_initial_alert(mock_create_initial_circular,
'S1234', 'initial', BBH=0.02, BNS=0.94, NSBH=0.03, ProbHasNS=0.0,
ProbHasRemnant=0.0, Terrestrial=0.01, internal=False, open_alert=True,
skymap_filename='foobar.multiorder.fits,0', skymap_type='foobar',
raven_coinc='RAVEN_ALERT' in labels)
raven_coinc='RAVEN_ALERT' in labels,
combined_skymap_filename=None)
mock_alerts_send.assert_called_once_with((
superevent_initial_alert_download('foobar.multiorder.fits,0', 'S1234'),
superevent_initial_alert_download('em_bright.json,0', 'S1234'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment