From a47f0ade77ea89419f23b7746f51d49d24576cf3 Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Wed, 14 Sep 2016 07:54:16 -0300 Subject: [PATCH] 9623: Container fixtures corrections. --- services/api/test/fixtures/containers.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/services/api/test/fixtures/containers.yml b/services/api/test/fixtures/containers.yml index 254e859f12..8e1a3ff679 100644 --- a/services/api/test/fixtures/containers.yml +++ b/services/api/test/fixtures/containers.yml @@ -7,7 +7,6 @@ queued: updated_at: 2016-01-11 11:11:11.111111111 Z container_image: test cwd: test - output: test output_path: test command: ["echo", "hello"] runtime_constraints: @@ -24,7 +23,6 @@ running: started_at: <%= 1.minute.ago.to_s(:db) %> container_image: test cwd: test - output: test output_path: test command: ["echo", "hello"] runtime_constraints: @@ -42,7 +40,6 @@ running_older: started_at: <%= 2.minute.ago.to_s(:db) %> container_image: test cwd: test - output: test output_path: test command: ["echo", "hello"] runtime_constraints: @@ -76,7 +73,6 @@ completed: finished_at: 2016-01-12 11:12:13.111111111 Z container_image: test cwd: test - output: test log: ea10d51bcf88862dbcc36eb292017dfd+45 output: zzzzz-4zz18-znfnqtbbv4spc3w output_path: test -- 2.30.2