summaryrefslogtreecommitdiffstats
path: root/tests/ingen_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ingen_test.cpp')
-rw-r--r--tests/ingen_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp
index 2e532701..ade41aa7 100644
--- a/tests/ingen_test.cpp
+++ b/tests/ingen_test.cpp
@@ -203,7 +203,7 @@ main(int argc, char** argv)
SharedPtr<Interface> client(new TestClient(world->log()));
world->interface()->set_respondee(client);
- world->engine()->register_client(Raul::URI("ingen:testClient"),
+ world->engine()->register_client(Raul::URI("ingen:/clients/test"),
client);
SerdURI cmds_base;