Quellcode durchsuchen

minor changes in test

Siddhant Bajaj vor 5 Jahren
Ursprung
Commit
8b94824794
1 geänderte Dateien mit 0 neuen und 9 gelöschten Zeilen
  1. 0 9
      test/collection_test.rb

+ 0 - 9
test/collection_test.rb

@@ -42,15 +42,6 @@ class CollectionTest < Test::Unit::TestCase
 
     collection = ShopifyAPI::Collection.find(1)
 
-    fake(
-        'products',
-        url: 'https://shop2.myshopify.com/admin/api/2019-07/collections/1/products.json',
-        method: :get,
-        status: 200,
-        body: load_fixture('collection_products'),
-        extension: false
-    )
-
     assert_raises NotImplementedError do
       collection.products
     end