From cf86f45e5218bdb698b2809490e40ca7497aacca Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 19 Nov 2015 12:10:34 -0200 Subject: [PATCH] colab_test: fix "settings is in place" test --- test/colab_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/colab_test.sh b/test/colab_test.sh index 581c71a..6056dcd 100644 --- a/test/colab_test.sh +++ b/test/colab_test.sh @@ -5,7 +5,7 @@ test_database_connectivity() { } test_colab_config_is_in_place() { - assertTrue 'colab settings.yml is in place' 'run_on integration test -f /etc/colab/settings.yaml' + assertTrue 'colab settings.py is in place' 'run_on integration test -f /etc/colab/settings.py' } test_colab_running() { -- libgit2 0.21.2