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:
Deepeeca Soundarrajan 2018-07-11 14:54:37 -06:00
parent c7a0ba68d6
commit 837630ab2f
1 changed files with 1 additions and 1 deletions

View File

@ -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