From 27659fd51758e1faffb6737e263fe77a4c90b9e3 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 19 Sep 2019 14:47:49 +0100 Subject: [PATCH] Use unstable prefix for 3PID unbind API --- tests/54identity.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/54identity.pl b/tests/54identity.pl index c528b35f1..8c59f3338 100644 --- a/tests/54identity.pl +++ b/tests/54identity.pl @@ -124,7 +124,7 @@ do_request_json_for( $user, method => "POST", - uri => "/r0/account/3pid/unbind", + uri => "/unstable/account/3pid/unbind", content => { id_server => $id_server->name, medium => $medium, @@ -157,7 +157,7 @@ do_request_json_for( $user, method => "POST", - uri => "/r0/account/3pid/unbind", + uri => "/unstable/account/3pid/unbind", content => { medium => $medium, address => $address,