Skip to content

Commit

Permalink
wip: show clones by default is true
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Feb 8, 2024
1 parent 8923947 commit 6f5218b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/mojo/10_login.t
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6f5218b

Please sign in to comment.