From 6f5218b027e42ef49242ccd7a3f449a75a2e91bd Mon Sep 17 00:00:00 2001 From: Francesc Guasch Date: Thu, 8 Feb 2024 10:26:45 +0100 Subject: [PATCH] wip: show clones by default is true --- t/mojo/10_login.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/mojo/10_login.t b/t/mojo/10_login.t index 6591e2396..a7d555b74 100644 --- a/t/mojo/10_login.t +++ b/t/mojo/10_login.t @@ -282,6 +282,7 @@ sub test_login_non_admin($t, $base, $clone){ mojo_check_login($t, $name, $pass); $base->is_public(0); + $base->show_clones(1); $t->get_ok("/machine/clone/".$base->id.".html") ->status_is(200);