Skip to content

Commit

Permalink
Merge branch '5.0/fix-sql-space-in-tests' into 5.0-trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrandtbuffalo committed May 1, 2024
2 parents 70654f0 + 3183574 commit 17c6274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/searches/menu.t
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ for my $type ( 'incident', 'ir', 'investigation', 'countermeasure' ) {
my ($input_query) = $m->find_all_inputs( name => 'Query' );
is(
$input_query->value,
q{( Lifecycle = 'incident_reports' ) AND ( Status = 'new' OR Status = 'open' ) AND MemberOf != 1},
q{( Lifecycle = 'incident_reports' ) AND ( Status = 'new' OR Status = 'open' ) AND MemberOf != 1},
'Query input is correct'
);

Expand Down

0 comments on commit 17c6274

Please sign in to comment.