The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use Test::Most tests => 1;
use strict;
use warnings;

use lib 't/lib';
use App::Mimosa::Test;

my (undef, $c) = ctx_request("/nowhere");
is($c->config->{default_mimosa_sequence_set_id}, 2, "can set a default sequence set");