From 023229f2546ab891cd982a0087d1ac25e8318593 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 6 Apr 2016 21:41:54 -0400 Subject: [PATCH] tests/config/pass/everything: fix gen-default-stream-def Signed-off-by: Philippe Proulx --- tests/config/pass/everything/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/config/pass/everything/config.yaml b/tests/config/pass/everything/config.yaml index 0dc5db7..94bd1c9 100644 --- a/tests/config/pass/everything/config.yaml +++ b/tests/config/pass/everything/config.yaml @@ -2,7 +2,7 @@ version: '2.2' prefix: bctf_ options: gen-prefix-def: true - gen-default-stream-def: my_other_stream + gen-default-stream-def: true metadata: $include: - inc-metadata.yaml -- 2.34.1