Skip to content

Commit

Permalink
Merge pull request #1280 from Shopify/sle-c/shopify-env-fix
Browse files Browse the repository at this point in the history
Fixes init process for Shopify environment
  • Loading branch information
sle-c authored Feb 14, 2024
2 parents 8daac85 + fe538ab commit 2bb2cff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: shopify-api
type: ruby

up:
- ruby: 3.0.3
- bundler
- ruby: 3.0.6
- bundler:
gemfile: Gemfile

commands:
console:
Expand Down
2 changes: 1 addition & 1 deletion test/clients/base_rest_resource_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def test_pagination_is_thread_safe
stub_request(:get, "#{@prefix}/fake_resources.json")
.to_return(body: response_body, headers: {
"link" => "<#{@prefix}/fake_resources.json?page_info=page-info>; rel=\"next\"",
})
}).times(2)

threads = []

Expand Down

0 comments on commit 2bb2cff

Please sign in to comment.