diff options
Diffstat (limited to 'tests/http.scm')
-rw-r--r-- | tests/http.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http.scm b/tests/http.scm index f80e515..e2d6982 100644 --- a/tests/http.scm +++ b/tests/http.scm @@ -78,7 +78,7 @@ (define evaluations-query-result #(((#:id . 2) (#:specification . "guix") - (#:in-progress . 1) + (#:status . -1) (#:checkouts . #(((#:commit . "fakesha2") (#:input . "savannah") (#:directory . "dir3"))))))) |