You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixes: CNVS-12505
test plan:
regression test linked in functionality
Change-Id: I7d4c327eefb8ac976c1d51e36aa6514c1742f739
Reviewed-on: https://gerrit.instructure.com/33458
Reviewed-by: Simon Williams <simon@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
QA-Review: Trevor deHaan <tdehaan@instructure.com>
Product-Review: Jason Madsen <jmadsen@instructure.com>
GoogleDocs.any_instance.expects(:get_service_user).with(instance_of(OAuth::AccessToken)).raises(RuntimeError,"Third-party service totally like, failed")
120
120
elsifintegration == "LinkedIn"
121
-
LinkedIn.any_instance.expects(:linked_in_get_service_user).with(instance_of(OAuth::AccessToken)).raises(RuntimeError,"Third-party service totally like, failed")
121
+
LinkedIn.any_instance.expects(:get_service_user).with(instance_of(OAuth::AccessToken)).raises(RuntimeError,"Third-party service totally like, failed")
122
122
else
123
123
UsersController.any_instance.expects("#{integration.underscore}_get_service_user").with(instance_of(OAuth::AccessToken)).raises(RuntimeError,"Third-party service totally like, failed")
0 commit comments