Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
armando-rodriguez-cko committed Oct 25, 2024
1 parent c812c58 commit d6e885c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def test_request_and_get_card_session_merchant_initiated_session(oauth_api: Chec
assert_response(oauth_api.sessions.get_session_details(session_id, session_secret), 'id')


# @pytest.mark.skip(reason='unstable')
def test_request_and_get_card_session_browser_session(oauth_api: CheckoutApi):
browser_session = get_browser_session()
session_request = get_non_hosted_session(browser_session, Category.PAYMENT,
Expand Down

0 comments on commit d6e885c

Please sign in to comment.