diff options
author | 2022-07-03 12:27:32 +0200 | |
---|---|---|
committer | 2022-07-03 12:27:32 +0200 | |
commit | c6d1b82f48b5a9d3209cb288f7d70b91f62c545a (patch) | |
tree | 2e64e4d96e112a22eb2afad83ffd218924679fee /testrig | |
parent | [chore] Update pruneOneLocal to use ctx (#684) (diff) | |
download | gotosocial-c6d1b82f48b5a9d3209cb288f7d70b91f62c545a.tar.xz |
[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 <tobi.smethurst@protonmail.com>
Diffstat (limited to 'testrig')
-rw-r--r-- | testrig/config.go | 2 |
1 files changed, 2 insertions, 0 deletions
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", } |