summaryrefslogtreecommitdiff
path: root/worker/sync_worker_test.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-11-25 15:31:24 +0300
committerValery Piashchynski <[email protected]>2021-11-25 15:31:24 +0300
commit6123a45bd77f50b137d46577089b7b43c692b2d1 (patch)
treefb688befd82ada5ee8fa466f3393b9db37b09538 /worker/sync_worker_test.go
parent6c5e3ab6c01d31caa2d14930c188bae697c5cd48 (diff)
update goridge
print bad header in the error message Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'worker/sync_worker_test.go')
-rwxr-xr-xworker/sync_worker_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker/sync_worker_test.go b/worker/sync_worker_test.go
index 41c0c92b..288cbd45 100755
--- a/worker/sync_worker_test.go
+++ b/worker/sync_worker_test.go
@@ -14,7 +14,7 @@ func Test_NotStarted_String(t *testing.T) {
w, _ := InitBaseWorker(cmd)
assert.Contains(t, w.String(), "php tests/client.php echo pipes")
assert.Contains(t, w.String(), "inactive")
- assert.Contains(t, w.String(), "numExecs: 0")
+ assert.Contains(t, w.String(), "num_execs: 0")
}
func Test_NotStarted_Exec(t *testing.T) {