We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1932e96 commit e9855d0Copy full SHA for e9855d0
t/api/handler.t
@@ -38,7 +38,7 @@ my $handler1 = $t->tx->res->json->{id};
38
39
$t ->post_ok ('/scot/api/v2/handler' => json => {
40
username => "foobar",
41
- start => $toddtime + 9,
+ start => $toddtime + 8,
42
end => $toddtime + 29,
43
})
44
->status_is(200)
@@ -63,7 +63,7 @@ $t ->get_ok("/scot/api/v2/handler?current=$toddtime")
63
64
->json_is('/records/0/username' => 'tbruner');
65
66
-my $tt = $toddtime +9;
+my $tt = $toddtime +8;
67
$t ->get_ok("/scot/api/v2/handler?current=$tt")
68
69
->json_is('/records/0/username' => 'tbruner')
0 commit comments