Change the pact provider version
Test Plan: --Passes Jenkins Change-Id: Ic5619f40a3691f85db9beae6d7a24276da919c85 Reviewed-on: https://gerrit.instructure.com/157019 Tested-by: Jenkins Reviewed-by: Robert Lamb <rlamb@instructure.com> Product-Review: Robert Lamb <rlamb@instructure.com> QA-Review: Robert Lamb <rlamb@instructure.com>
This commit is contained in:
parent
c7a0ba68d6
commit
837630ab2f
|
@ -21,7 +21,7 @@ module PactConfig
|
|||
# accidentally breaking the contract tests
|
||||
module Providers
|
||||
CANVAS_LMS_API = 'Canvas LMS API'.freeze
|
||||
CANVAS_API_VERSION = '0.15'.freeze
|
||||
CANVAS_API_VERSION = '1.0'.freeze
|
||||
CANVAS_LMS_LIVE_EVENTS = 'Canvas LMS Live Events'.freeze
|
||||
ALL = Providers.constants.map { |c| Providers.const_get(c) }.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue