spec: add FIU as external consumer

Change-Id: I528b5760eda65e2e82ca258716b0a39a54d66cfa
Reviewed-on: https://gerrit.instructure.com/166135
Tested-by: Jenkins
Reviewed-by: August Thornton <august@instructure.com>
Product-Review: Robert Lamb <rlamb@instructure.com>
QA-Review: Robert Lamb <rlamb@instructure.com>
This commit is contained in:
Robert Lamb 2018-09-27 14:34:31 -06:00
parent a5191ba9a5
commit eb2351a7cc
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ module PactConfig
if my_broker_host.include?(EXTERNAL_BROKER_HOST)
# external consumers
GENERIC_CONSUMER = 'Generic Consumer'.freeze
FIU = 'lmsAPI'.freeze
else
# internal consumers
GENERIC_CONSUMER = 'Generic Consumer'.freeze