Skip to content

Commit 90f2fb5

Browse files
chaig15jbonzo
authored andcommitted
fix test expected response for summaries
1 parent dd4d9e1 commit 90f2fb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test_rest/mocks/v1/summaries&ticker.any_of=NCLH%2CO%3ANCLH221014C00005000%2CC%3AEURUSD%2CX%3ABTCUSD%2CAPx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"volume":67
5454
},
5555
"ticker":"O:NCLH221014C00005000",
56-
"type":"option"
56+
"type":"options"
5757
},
5858
{
5959
"market_status":"open",

test_rest/test_summaries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_get_summaries_list(self):
3737
name="NCLH $5 Call",
3838
ticker="O:NCLH221014C00005000",
3939
market_status="closed",
40-
type="option",
40+
type="options",
4141
session=Session(
4242
change=-0.05,
4343
change_percent=-1.07,

0 commit comments

Comments
 (0)