guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Fix tests.


From: Mathieu Othacehe
Subject: branch master updated: Fix tests.
Date: Mon, 07 Dec 2020 10:28:30 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix-cuirass.

The following commit(s) were added to refs/heads/master by this push:
     new ab30c22  Fix tests.
ab30c22 is described below

commit ab30c2284ff7d3d460628230f0a05e9af3b3842f
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Dec 7 16:27:45 2020 +0100

    Fix tests.
    
    This is a follow-up of ad44a9bb0291d193a553a2ba33d37caa4e34724c.
    
    * tests/http.scm (build-query-result): Add "evaluation" field.
---
 tests/http.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/http.scm b/tests/http.scm
index e0ab840..8642425 100644
--- a/tests/http.scm
+++ b/tests/http.scm
@@ -58,6 +58,7 @@
 
 (define build-query-result
   '((#:id . 1)
+    (#:evaluation . 1)
     (#:jobset . "guix")
     (#:job . "fake-job")
     (#:timestamp . 1501347493)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]