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

Fix another test

parent d0fc383d
No related branches found
No related tags found
No related merge requests found
......@@ -347,7 +347,8 @@ def test_handle_skymap_combine(mock_create_combined_skymap,
"group": "External",
"labels": ["EM_COINC", "EXT_SKYMAP_READY", "SKYMAP_READY"],
"superevent": "S1234",
"pipeline": "Fermi"}
"pipeline": "Fermi",
"search": "CBC" }
}
external_triggers.handle_grb_igwn_alert(alert)
mock_create_combined_skymap.assert_called_once_with('S1234', 'E1212')
......
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