Skip to content

Commit

Permalink
Fix occasional flapping test (take two).
Browse files Browse the repository at this point in the history
Commit b54ea97 neglected to commit the time change.
  • Loading branch information
dracos committed Sep 22, 2023
1 parent 21f75a4 commit e265b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/open311/getservicerequestupdates.t
Original file line number Diff line number Diff line change
Expand Up @@ -1738,6 +1738,7 @@ subtest 'check matching on fixmystreet_id overrides service_request_id' => sub {
$requests_xml =~ s/UPDATED_DATETIME/$dt3/;
$problem->whensent( $dt3->clone->subtract( minutes => 30 ) );
$problem->update;
$problem->comments->delete;
my $o = Open311->new( jurisdiction => 'mysociety', endpoint => 'http://example.com' );
Expand Down

0 comments on commit e265b0a

Please sign in to comment.