Shopify / shopify-api-ruby

ShopifyAPI is a lightweight gem for accessing the Shopify admin REST and GraphQL web services.
MIT License
1.05k stars 468 forks source link

fix intermittent test failures #1236

Closed nelsonwittwer closed 10 months ago

nelsonwittwer commented 10 months ago

Fixes intermittent test failures like this one by not hard coding versions anymore into stubs.

nelsonwittwer commented 10 months ago

The irony of there still being a broken test isn't lost on me. Working on that now!

nelsonwittwer commented 10 months ago

After removing unstable contexts from test was able to run ~25 pipelines locally without error. I think that should do it! 🤞