client-api-proxy: roomserver-integration-tests: Fix renamed references
This commit is contained in:
parent
0939ae3686
commit
d8b98cec44
2 changed files with 3 additions and 3 deletions
|
|
@ -203,7 +203,7 @@ func testRoomserver(input []string, wantOutput []string, checkQueries func(api.R
|
|||
panic(err)
|
||||
}
|
||||
|
||||
cmd := exec.Command(filepath.Join(filepath.Dir(os.Args[0]), "dendrite-roomserver"))
|
||||
cmd := exec.Command(filepath.Join(filepath.Dir(os.Args[0]), "dendrite-room-server"))
|
||||
|
||||
// Append the roomserver config to the existing environment.
|
||||
// We append to the environment rather than replacing so that any additional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue