test: use files instead of const for test expects
This commit is contained in:
31
testdata/config/print-config_test_expected1.md
vendored
Normal file
31
testdata/config/print-config_test_expected1.md
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
<!-- PLEASE COPY THE FOLLOWING OUTPUT AS IS INTO THE GITHUB ISSUE (Don't forget to mask your usernames, passwords, IPs and other sensitive information when using this in an issue ) -->
|
||||
|
||||
### Runtime
|
||||
|
||||
AdguardHome-Sync Version: %s
|
||||
Build: %s
|
||||
OperatingSystem: %s
|
||||
Architecture: %s
|
||||
OriginVersion: v0.0.1
|
||||
ReplicaVersions:
|
||||
- Replica 1: v0.0.2
|
||||
|
||||
### AdGuardHome sync aggregated config
|
||||
|
||||
```yaml
|
||||
origin:
|
||||
url: https://ha.xxxx.net:3000
|
||||
webURL: ""
|
||||
insecureSkipVerify: false
|
||||
autoSetup: false
|
||||
|
||||
```
|
||||
|
||||
### Environment Variables
|
||||
|
||||
```ini
|
||||
BAR=bar
|
||||
FOO=foo
|
||||
```
|
||||
|
||||
<!-- END OF GITHUB ISSUE CONTENT -->
|
||||
41
testdata/config/print-config_test_expected2.md
vendored
Normal file
41
testdata/config/print-config_test_expected2.md
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
<!-- PLEASE COPY THE FOLLOWING OUTPUT AS IS INTO THE GITHUB ISSUE (Don't forget to mask your usernames, passwords, IPs and other sensitive information when using this in an issue ) -->
|
||||
|
||||
### Runtime
|
||||
|
||||
AdguardHome-Sync Version: %s
|
||||
Build: %s
|
||||
OperatingSystem: %s
|
||||
Architecture: %s
|
||||
OriginVersion: v0.0.1
|
||||
ReplicaVersions:
|
||||
- Replica 1: v0.0.2
|
||||
|
||||
### AdGuardHome sync aggregated config
|
||||
|
||||
```yaml
|
||||
origin:
|
||||
url: https://ha.xxxx.net:3000
|
||||
webURL: ""
|
||||
insecureSkipVerify: false
|
||||
autoSetup: false
|
||||
|
||||
```
|
||||
### AdGuardHome sync unmodified config file
|
||||
|
||||
Config file path: config.yaml
|
||||
|
||||
```yaml
|
||||
|
||||
origin:
|
||||
url: https://ha.xxxx.net:3000
|
||||
|
||||
```
|
||||
|
||||
### Environment Variables
|
||||
|
||||
```ini
|
||||
BAR=bar
|
||||
FOO=foo
|
||||
```
|
||||
|
||||
<!-- END OF GITHUB ISSUE CONTENT -->
|
||||
Reference in New Issue
Block a user