diff options
Diffstat (limited to 'utils/tests.sh')
-rwxr-xr-x | utils/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tests.sh b/utils/tests.sh index 2330a23..8ef2f06 100755 --- a/utils/tests.sh +++ b/utils/tests.sh @@ -1,3 +1,3 @@ #!/bin/sh -docker exec contentdb_app_1 sh -c "FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py python -m pytest app/tests/ --disable-warnings" +docker exec cheatdb_app_1 sh -c "FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py python -m pytest app/tests/ --disable-warnings" |