Skip to content

Commit

Permalink
one more API session storage removed
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonwittwer committed May 18, 2023
1 parent 426e2b4 commit ff62bb5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/test_helpers/fake_session_storage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
module TestHelpers
class FakeSessionStorage
extend T::Sig
include ShopifyAPI::Auth::SessionStorage

sig { returns(T::Hash[String, ShopifyAPI::Auth::Session]) }
attr_reader :sessions
Expand Down
1 change: 0 additions & 1 deletion test/utils/rails_generator_runtime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def with_session(test_class, is_embedded: false, is_private: false, &block)
scope: ShopifyApp.configuration.scope,
is_private: is_private,
is_embedded: is_embedded,
session_storage: TestHelpers::FakeSessionStorage.new,
user_agent_prefix: nil,
)
ShopifyAPI::Context.activate_session(ShopifyAPI::Auth::Session.new(shop: "my-shop"))
Expand Down

0 comments on commit ff62bb5

Please sign in to comment.