From 782218b95f87564feac1512c0d311ff2690b1dd4 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Wed, 11 Aug 2021 07:48:16 -0400 Subject: [PATCH] Update the pagination parameter name based on MSC2946 review. --- tests/msc2946_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/msc2946_test.go b/tests/msc2946_test.go index 4ef8f400..b944d5e1 100644 --- a/tests/msc2946_test.go +++ b/tests/msc2946_test.go @@ -379,7 +379,7 @@ func TestClientSpacesSummary(t *testing.T) { // The following page should include R3, R4, and R2. query = make(url.Values, 1) - query.Set("from", client.GetJSONFieldStr(t, body, "next_token")) + query.Set("from", client.GetJSONFieldStr(t, body, "next_batch")) res = alice.MustDoFunc( t, "GET",