Fix another brittle spec in live_events_spec

Change-Id: Ibb4f2d31d6d3fa322561891864c5931dd4909844
Reviewed-on: https://gerrit.instructure.com/107756
Reviewed-by: Jon Jensen <jon@instructure.com>
Product-Review: Jon Jensen <jon@instructure.com>
QA-Review: Jon Jensen <jon@instructure.com>
Tested-by: Jenkins
This commit is contained in:
Jayce Higgins 2017-04-06 13:57:31 -05:00
parent 5bdbeadd1a
commit 0815a0b47d
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ describe Canvas::LiveEvents do
fake_export_context,
hash_including({
:context_type => "Course",
:context_id => content_export.context.id,
:context_id => content_export.context.global_id,
:root_account_id => content_export.context.root_account.global_id,
:root_account_uuid => content_export.context.root_account.uuid,
:root_account_lti_guid => content_export.context.root_account.lti_guid,