Skip to content

Commit

Permalink
test params
Browse files Browse the repository at this point in the history
  • Loading branch information
deeleeramone committed Nov 7, 2023
1 parent dec796d commit 221725a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def test_stocks_options_chains(params, headers):
@pytest.mark.parametrize(
"params",
[
({"source": "delayed", "provider": "intrinio"}),
({"symbol": None, "source": "delayed", "provider": "intrinio"}),
({"symbol": "PLTR", "source": "delayed", "provider": "intrinio"}),
],
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ def test_stocks_options_chains(params, obb):
@pytest.mark.parametrize(
"params",
[
({"source": "delayed", "provider": "intrinio"}),
({"symbol": None, "source": "delayed", "provider": "intrinio"}),
({"symbol": "PLTR", "source": "delayed", "provider": "intrinio"}),
],
)
Expand Down

0 comments on commit 221725a

Please sign in to comment.