summaryrefslogtreecommitdiff
path: root/tests/auto/configuration/data/config1.yaml
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2021-11-16 11:58:07 +0100
committerRobert Griebl <robert.griebl@qt.io>2021-11-16 12:11:35 +0100
commitfc467c318982ee9b940589f3c78a9bd4da10e37e (patch)
tree1a7b81beee8462952e1759dea0a5b6c80c2874e5 /tests/auto/configuration/data/config1.yaml
parent862931933febd56a668d089c19deef25fb69d033 (diff)
downloadqtapplicationmanager-fc467c318982ee9b940589f3c78a9bd4da10e37e.tar.gz
Add the missing "allowUnsignedPackages" flag to the config parser
I forgot to add the flag to the YAML parser, when I added this feature back in commit 7ead83968af5676dab0724fbba84cb00bffca750 Pick-to: 6.2 5.15 Change-Id: I8bd3ac7a2d167d5f95f3cbc9ae9e42b3228df675 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'tests/auto/configuration/data/config1.yaml')
-rw-r--r--tests/auto/configuration/data/config1.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/configuration/data/config1.yaml b/tests/auto/configuration/data/config1.yaml
index 06954344..3e6d939f 100644
--- a/tests/auto/configuration/data/config1.yaml
+++ b/tests/auto/configuration/data/config1.yaml
@@ -84,6 +84,7 @@ flags:
noSecurity: true
developmentMode: true
noUiWatchdog: true
+ allowUnsignedPackages: true
wayland:
socketName: "my-wlsock-42"