From c6d1b82f48b5a9d3209cb288f7d70b91f62c545a Mon Sep 17 00:00:00 2001 From: f0x52 Date: Sun, 3 Jul 2022 12:27:32 +0200 Subject: [chore] configure instance.Version for testrig (#659) * configure instance.Version for testrig * update instancepatch tests Co-authored-by: tobi <31960611+tsmethurst@users.noreply.github.com> Co-authored-by: tsmethurst --- testrig/config.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testrig/config.go') diff --git a/testrig/config.go b/testrig/config.go index e0e5d1029..8af4befa6 100644 --- a/testrig/config.go +++ b/testrig/config.go @@ -102,4 +102,6 @@ var TestDefaults = config.Configuration{ SyslogAddress: "localhost:514", AdvancedCookiesSamesite: "lax", + + SoftwareVersion: "0.0.0-testrig", } -- cgit v1.2.3