Skip to content

Commit 1429333

Browse files
committed
1 parent de1417c commit 1429333

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

graphene_mongo/tests/test_query.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def resolve_editors(self, *args, **kwargs):
3131
contentType,
3232
chunkSize,
3333
length,
34-
md5,
3534
data
3635
}
3736
}
@@ -54,7 +53,6 @@ def resolve_editors(self, *args, **kwargs):
5453
"contentType": "image/jpeg",
5554
"chunkSize": 261120,
5655
"length": 46928,
57-
"md5": "f3c657fd472fdc4bc2ca9056a1ae6106",
5856
"data": data.decode("utf-8"),
5957
},
6058
},

0 commit comments

Comments
 (0)