Skip to content

Commit

Permalink
testing test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
feyruzb committed Jan 9, 2025
1 parent 4f083b4 commit 1df88ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion web/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ gitpython==3.1.41
PyYAML==6.0.1
types-PyYAML==6.0.12.12
sarif-tools==1.0.0
authlib==1.3.2

./api/py/codechecker_api/dist/codechecker_api.tar.gz
./api/py/codechecker_api_shared/dist/codechecker_api_shared.tar.gz
3 changes: 2 additions & 1 deletion web/server/codechecker_server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,8 @@ def check_callback_url_format(provider_name, callback_url):
LOG.error(verr)
LOG.error("The callback url format is invalid. "
"Please check the configuration file.")
sys.exit(1)
# turns off the provider if the callback url is invalid
provider_data['enabled'] = False
except IOError as ioerr:
LOG.debug(ioerr)
LOG.error("The server's configuration file "
Expand Down

0 comments on commit 1df88ff

Please sign in to comment.