From aceb1085c79e4c75268ce794a8ee84631382a403 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Thu, 12 Dec 2019 05:23:05 +0100 Subject: [API] extend StopWatch (#9196) * squash api-stopwatch * fix prepair logic! + add Tests * fix lint * more robust time compare * delete responce 202 -> 204 * change http responce in test too --- models/fixtures/stopwatch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'models/fixtures/stopwatch.yml') diff --git a/models/fixtures/stopwatch.yml b/models/fixtures/stopwatch.yml index 397a8214d4..b7919d6fbb 100644 --- a/models/fixtures/stopwatch.yml +++ b/models/fixtures/stopwatch.yml @@ -2,10 +2,10 @@ id: 1 user_id: 1 issue_id: 1 - created_unix: 1500988502 + created_unix: 1500988001 - id: 2 user_id: 2 issue_id: 2 - created_unix: 1500988502 + created_unix: 1500988002 -- cgit v1.2.3