Skip to content

Commit

Permalink
fix: incorrect require path for hal entity
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Apr 2, 2020
1 parent cc11ee6 commit 64f3b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact_broker/client/hal/link.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def expand(params)
private

def wrap_response(href, http_response)
require 'pact/hal/entity' # avoid circular reference
require 'pact_broker/client/hal/entity' # avoid circular reference
if http_response.success?
Entity.new(href, http_response.body, @http_client, http_response)
else
Expand Down

0 comments on commit 64f3b7b

Please sign in to comment.