[AsahiShimbunAJWBridge] fix: use case sensitive list value

This bug happened not in web UI but when extracting the default
value in order to do automatic testing.
This commit is contained in:
Dag 2022-03-25 02:04:55 +01:00
parent 35afee6103
commit dbd480e2c0
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class AsahiShimbunAJWBridge extends BridgeAbstract {
'Opinion » Editorial' => 'opinion/editorial',
'Opinion » Vox Populi' => 'opinion/vox',
),
'defaultValue' => 'Politics',
'defaultValue' => 'politics',
)
)
);