From 1c5426f629bba600edb1fb593b8369630ae71fbc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 22 Feb 2021 00:09:29 +0000 Subject: [PATCH] apitest: @table@ in subst Signed-off-by: Ian Jackson --- apitest.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apitest.rs b/apitest.rs index a6fd5dad..16d43a7b 100644 --- a/apitest.rs +++ b/apitest.rs @@ -218,6 +218,7 @@ impl Substitutor for DirSubst { "abstmp" => self.abstmp.clone(), "target" => format!("{}/target", &self.start_dir), "specs" => self.specs_dir(), + "table" => TABLE.to_owned(), _ => return None, }) } @@ -754,7 +755,7 @@ impl DirSubst { .ss("--super \ --account server:@nick@ \ --fixed-token @token@ \ - join-game server::dummy")?)?; + join-game @table@")?)?; let url = subst.subst("@url@/@pl@?@token@")?; StaticUserSetup { nick, url } } -- 2.30.2