Skip to content

Commit fdcc520

Browse files
codinger41joshuaocero
authored andcommitted
bugfix(tests): fix failing tests due to data difference (#440)
1 parent db5e24b commit fdcc520

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

fixtures/devices/devices_fixtures.py

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,18 @@
3939
'''
4040

4141
expected_response_devices_with_filter = {
42-
"data": {
43-
"allDevices": []
44-
}
45-
}
42+
"data": {
43+
"allDevices": [
44+
{
45+
"dateAdded": "2018-06-08T11:17:58.785136",
46+
"id": "1",
47+
"lastSeen": "2018-06-08T11:17:58.785136",
48+
"location": "Kampala",
49+
"name": "Samsung"
50+
}
51+
]
52+
}
53+
}
4654

4755
query_device = '''
4856
{

0 commit comments

Comments
 (0)