diff options
| author | 2022-11-15 16:53:19 +0100 | |
|---|---|---|
| committer | 2022-11-15 16:53:19 +0100 | |
| commit | 1f256e288b876fcd58093068150e0542acc82b32 (patch) | |
| tree | 0af518fa106a81d5b987f16a8dbd71fd2ad09a53 /internal/config/testdata/test2.yaml | |
| parent | [bugfix] Fix unicode-unaware word boundary check in hashtags (#1049) (diff) | |
| download | gotosocial-1f256e288b876fcd58093068150e0542acc82b32.tar.xz | |
[chore] refactor test/cliparsing.sh into a go test below internal/config (#1036)
Also adds AddGlobalFlags and AddServerFlags as methods on ConfigState,
very useful for testing.
Diffstat (limited to 'internal/config/testdata/test2.yaml')
| -rw-r--r-- | internal/config/testdata/test2.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/config/testdata/test2.yaml b/internal/config/testdata/test2.yaml new file mode 100644 index 000000000..f26ac7ffb --- /dev/null +++ b/internal/config/testdata/test2.yaml @@ -0,0 +1,2 @@ +log-level: "trace" +account-domain: "peepee.poopoo" |
