浏览代码

minor changes in test

Siddhant Bajaj 5 年之前
父节点
当前提交
8b94824794
共有 1 个文件被更改,包括 0 次插入9 次删除
  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