File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,18 @@ import (
1111)
1212
1313func TestAvatarUrlUpdate (t * testing.T ) {
14- testProfileFieldUpdate (t , "avatar_url" )
14+ testProfileFieldUpdate (t , "avatar_url" , "mxc://example.com/LemurLover" )
1515}
1616
1717func TestDisplayNameUpdate (t * testing.T ) {
18- testProfileFieldUpdate (t , "displayname" )
18+ testProfileFieldUpdate (t , "displayname" , "LemurLover" )
1919}
2020
2121// sytest: $datum updates affect room member events
22- func testProfileFieldUpdate (t * testing.T , field string ) {
22+ func testProfileFieldUpdate (t * testing.T , field string , bogusData string ) {
2323 deployment := complement .Deploy (t , 1 )
2424 defer deployment .Destroy (t )
2525
26- const bogusData = "LemurLover"
27-
2826 alice := deployment .Register (t , "hs1" , helpers.RegistrationOpts {})
2927
3028 roomID := alice .MustCreateRoom (t , map [string ]interface {}{
You can’t perform that action at this time.
0 commit comments