Add tests for REST backend implementation

This commit is contained in:
Maxime Dor
2017-09-18 01:00:17 +02:00
parent 013be139c9
commit 0453c1db30
4 changed files with 160 additions and 7 deletions

View File

@@ -101,8 +101,8 @@ If a match was found:
"medium": "email",
"address": "john.doe@example.org",
"id": {
"type": "mxisd",
"value": "@jane:example.org"
"type": "mxid",
"value": "@john:example.org"
}
}
}
@@ -153,7 +153,7 @@ For all entries where a match was found:
"medium": "msisdn",
"address": "123456789",
"id": {
"type": "mxisd",
"type": "mxid",
"value": "@jane:example.org"
}
}