File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -950,13 +950,13 @@ class Query(graphene.ObjectType):
950
950
expected = {
951
951
"allReporters" : {
952
952
"edges" : [
953
- {"node" : {"id" : base64 .b64encode ("ReporterType:{}" .format (reporter .id ))}},
954
- {"node" : {"id" : base64 .b64encode ("ReporterType:{}" .format (cnn_reporter .id ))}},
953
+ {"node" : {"id" : base64 .b64encode ("ReporterType:{}" .format (reporter .id ). encode () )}},
954
+ {"node" : {"id" : base64 .b64encode ("ReporterType:{}" .format (cnn_reporter .id ). encode () )}},
955
955
]
956
956
},
957
957
"cnnReporters" : {
958
958
"edges" : [
959
- {"node" : {"id" : base64 .b64encode ("CNNReporterType:{}" .format (cnn_reporter .id ))}}
959
+ {"node" : {"id" : base64 .b64encode ("CNNReporterType:{}" .format (cnn_reporter .id ). encode () )}}
960
960
]
961
961
}
962
962
}
You can’t perform that action at this time.
0 commit comments