From 61f427c34851996d904aa47c041a72c7c0bd06d7 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Mon, 25 Sep 2023 17:49:13 +0200 Subject: [PATCH] DNM: test if zuul is ignoring this --- test/functional/base_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/functional/base_test.go b/test/functional/base_test.go index 23d02b52e..686066ae1 100644 --- a/test/functional/base_test.go +++ b/test/functional/base_test.go @@ -39,6 +39,8 @@ const ( // that a condition is still valid. This is intended to be used in // asserts using `Consistently`. consistencyTimeout = timeout + + Foo = "foo" ) func GetDefaultNovaAPISpec(novaNames NovaNames) map[string]interface{} {