Skip to content

Commit 0d563f4

Browse files
committed
Use standard unstable identifier
1 parent b092254 commit 0d563f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/msc4354/sticky_events_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var txnID int64 = 10000
2626

2727
func withStickyDuration(valMs int) func(qps url.Values) {
2828
return func(qps url.Values) {
29-
qps["msc4354_stick_duration_ms"] = []string{strconv.Itoa(valMs)}
29+
qps["org.matrix.msc4354.sticky_duration_ms"] = []string{strconv.Itoa(valMs)}
3030
}
3131
}
3232
func withDelayedEventDuration(valMs int) func(qps url.Values) {

0 commit comments

Comments
 (0)