Skip to content

Commit

Permalink
feat: add outputs status and command
Browse files Browse the repository at this point in the history
  • Loading branch information
xtimmy86x committed Nov 21, 2023
1 parent daca0ed commit 27838de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/fixtures/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def test_client_get_sectors_status(server):
"Successful": true
}
]"""
STRINGS = r"""[
STRINGS = """[
{
"AccountId": 1,
"Class": 9,
Expand Down Expand Up @@ -143,36 +143,36 @@ def test_client_get_sectors_status(server):
"Created": "/Date(1546004147493+0100)/",
"Version": "AAAAAAAAgRw="
},
{
{
"AccountId": 1,
"Class": 12,
"Index": 0,
"Description": "Output 1",
"Created": "\/Date(1699548985673+0100)\/",
"Created": "/Date(1699548985673+0100)/",
"Version": "AAAAAAAceCo="
},
{
"AccountId": 1,
"Class": 12,
"Index": 1,
"Description": "Output 2",
"Created": "\/Date(1699548985673+0100)\/",
"Created": "/Date(1699548985673+0100)/",
"Version": "AAAAAAAceCs="
},
{
"AccountId": 1,
"Class": 12,
"Index": 2,
"Description": "Output 3",
"Created": "\/Date(1699548985673+0100)\/",
"Created": "/Date(1699548985673+0100)/",
"Version": "AAAAAAAceCw="
},
{
"AccountId": 1,
"Class": 12,
"Index": 3,
"Description": "Output 4",
"Created": "\/Date(1699548985673+0100)\/",
"Created": "/Date(1699548985673+0100)/",
"Version": "AAAAAAAceC0="
}
]"""
Expand Down

0 comments on commit 27838de

Please sign in to comment.