Commit cf86f45e5218bdb698b2809490e40ca7497aacca

Authored by Antonio Terceiro
1 parent 89190395

colab_test: fix "settings is in place" test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/colab_test.sh
... ... @@ -5,7 +5,7 @@ test_database_connectivity() {
5 5 }
6 6  
7 7 test_colab_config_is_in_place() {
8   - assertTrue 'colab settings.yml is in place' 'run_on integration test -f /etc/colab/settings.yaml'
  8 + assertTrue 'colab settings.py is in place' 'run_on integration test -f /etc/colab/settings.py'
9 9 }
10 10  
11 11 test_colab_running() {
... ...