Skip to content

Commit 60f34d7

Browse files
committed
Fix failing test
1 parent 2553082 commit 60f34d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

atest/05_Features/Configuration.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Force Tags feature:config
55
Resource ../Keywords.robot
66

77
*** Variables ***
8-
${CONFIG PYLS} {"language_servers": {"pyls": {"plugins": {"flake8": {"enabled": true},"pyflakes": {"enabled": false}}}}}
8+
${CONFIG PYLS} {"language_servers": {"pyls": {"serverSettings": {"pyls": {"plugins": {"flake8": {"enabled": true},"pyflakes": {"enabled": false}}}}}}}
99
# pyflakes is enabled by default, but flake8 is not
1010
${PYFLAKES DIAGNOSTIC} ${CSS DIAGNOSTIC}-Error[title="undefined name 'foo' (pyflakes)"]
1111
${FLAKE8 DIAGNOSTIC} ${CSS DIAGNOSTIC}-Error[title="undefined name 'foo' (flake8)"]
1212

13-
${CONFIG YAML SCHEMA} {"language_servers": {"yaml-language-server": {"config": {"yaml.schemas": {"http://json.schemastore.org/composer": "*"}}}}}
13+
${CONFIG YAML SCHEMA} {"language_servers": {"yaml-language-server": {"serverSettings": {"yaml.schemas": {"http://json.schemastore.org/composer": "*"}}}}}
1414
${YAML DIAGNOSTIC} ${CSS DIAGNOSTIC}-Error[title="duplicate key"]
1515
# TODO: fix this for the actual schema error to expect
1616
${SCHEMA DIAGNOSTIC} ${CSS DIAGNOSTIC}-Error[title="TODO: schema error here"]

0 commit comments

Comments
 (0)