Skip to content

Commit

Permalink
Merge pull request #972 from alphagov/require-publishing-api-helper
Browse files Browse the repository at this point in the history
Require PublishingApi test helper
  • Loading branch information
kevindew authored Dec 20, 2019
2 parents 61b4e33 + 3953ffc commit 3131c98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Unreleased

* Fix `GdsApi::TestHelpers::PublishingApiV2` not requiring Publishing API test helpers.

# 63.1.0

* Make success and error responses on Publishing API path methods accurate.
Expand Down
5 changes: 1 addition & 4 deletions lib/gds_api/test_helpers/publishing_api_v2.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
require "gds_api/test_helpers/json_client_helper"
require "gds_api/test_helpers/content_item_helpers"
require "gds_api/test_helpers/intent_helpers"
require "json"
require "gds_api/test_helpers/publishing_api"

module GdsApi
module TestHelpers
Expand Down

0 comments on commit 3131c98

Please sign in to comment.