Skip to content

Commit 6fc0bb7

Browse files
committed
slim json
Signed-off-by: Rahul Krishna <[email protected]>
1 parent 284aa1e commit 6fc0bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def codeanalyzer_jar_path():
2525
# Load the configuration
2626
config = toml.load(pyproject_path)
2727

28-
return Path(config["tool"]["cldk"]["testing"]["codeanalyzer-jar-path"]) / "1.1.0"
28+
return Path(config["tool"]["cldk"]["testing"]["codeanalyzer-jar-path"]) / "2.0.0"
2929

3030

3131
@pytest.fixture(scope="session", autouse=True)

0 commit comments

Comments
 (0)