Follow-up to commit 7b603eec, adjust tests: outgoing_message_rating() as "OUT" as out parameter.

master
Jörg Knobloch 2 years ago
parent 5adc9d14ac
commit 34f9200a49

@ -48,7 +48,7 @@ describe("pEp Get Outgoing Message Rating Feature", () => {
in_reply_to: [],
opt_fields: [],
enc_format: 4,
}, "0"],
}, "OUT"],
id: 1,
jsonrpc: "2.0",
},
@ -86,7 +86,7 @@ describe("pEp Get Outgoing Message Rating Feature", () => {
in_reply_to: [],
opt_fields: [],
enc_format: 4,
}, "0"],
}, "OUT"],
id: 1,
jsonrpc: "2.0",
},
@ -124,7 +124,7 @@ describe("pEp Get Outgoing Message Rating Feature", () => {
in_reply_to: [],
opt_fields: [],
enc_format: 4,
}, "0"],
}, "OUT"],
id: 1,
jsonrpc: "2.0",
},
@ -162,7 +162,7 @@ describe("pEp Get Outgoing Message Rating Feature", () => {
in_reply_to: [],
opt_fields: [],
enc_format: 4,
}, "0"],
}, "OUT"],
id: 1,
jsonrpc: "2.0",
},
@ -200,7 +200,7 @@ describe("pEp Get Outgoing Message Rating Feature", () => {
in_reply_to: [],
opt_fields: [],
enc_format: 4,
}, "0"],
}, "OUT"],
id: 1,
jsonrpc: "2.0",
},
@ -238,7 +238,7 @@ describe("pEp Get Outgoing Message Rating Feature", () => {
in_reply_to: [],
opt_fields: [],
enc_format: 4,
}, "0"],
}, "OUT"],
id: 1,
jsonrpc: "2.0",
},
@ -276,7 +276,7 @@ describe("pEp Get Outgoing Message Rating Feature", () => {
in_reply_to: [],
opt_fields: [],
enc_format: 4,
}, "0"],
}, "OUT"],
id: 1,
jsonrpc: "2.0",
},
@ -315,7 +315,7 @@ describe("pEp Get Outgoing Message Rating Feature", () => {
in_reply_to: [],
opt_fields: [],
enc_format: 4,
}, "0"],
}, "OUT"],
id: 1,
jsonrpc: "2.0",
},

@ -61,7 +61,7 @@ describe("controller calls", () => {
in_reply_to: [],
opt_fields: [],
enc_format: 4,
}, "0"],
}, "OUT"],
id: 1,
jsonrpc: "2.0",
},

Loading…
Cancel
Save