diff --git a/python/extractor/cli-integration-test/string-encoding/test.sh b/python/extractor/cli-integration-test/string-encoding/test.sh index a8cf5afb824b..3bf1a6b03014 100755 --- a/python/extractor/cli-integration-test/string-encoding/test.sh +++ b/python/extractor/cli-integration-test/string-encoding/test.sh @@ -13,7 +13,6 @@ rm -rf db $CODEQL database create db --language python --source-root repo_dir/ -# Note the negation in front -- it witnesses the fact that currently the dataset check FAILS. -! $CODEQL dataset check db/db-python +$CODEQL dataset check db/db-python echo "Test successfully completed."