Skip to content

Commit

Permalink
Fix MSC3890 tests using wrong CSAPI helper
Browse files Browse the repository at this point in the history
Regressed in #665.
  • Loading branch information
David Robertson committed Oct 12, 2023
1 parent 6732db1 commit c0c774a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/msc3890/msc3890_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func TestDeletingDeviceRemovesDeviceLocalNotificationSettings(t *testing.T) {
aliceDeviceTwo.MustDo(t, "POST", []string{"_matrix", "client", "v3", "logout"})

// Using the first device, check that the local notification setting account data for the deleted device was removed.
res = aliceDeviceOne.MustGetGlobalAccountData(t, accountDataType)
res = aliceDeviceOne.GetGlobalAccountData(t, accountDataType)
must.MatchResponse(t, res, match.HTTPResponse{
StatusCode: 404,
JSON: []match.JSON{
Expand Down

0 comments on commit c0c774a

Please sign in to comment.