Commit 76c75caa9bed22f0e9988912b96c525d89459ce0

Authored by Antonio Terceiro
1 parent f6a33d94

fix test again

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/noosfero_test.sh
@@ -14,7 +14,7 @@ test_noosfero_on_subdir() { @@ -14,7 +14,7 @@ test_noosfero_on_subdir() {
14 } 14 }
15 15
16 test_reverse_proxy_noosfero() { 16 test_reverse_proxy_noosfero() {
17 - local meta="$(run_on social curl-host softwarepublico.dev http://localhost/social | sed -e '/noosfero:root/ !d; s/^\s*//')" 17 + local meta="$(run_on social curl-host softwarepublico.dev http://social/social/ | sed -e '/noosfero:root/ !d; s/^\s*//')"
18 assertEquals '<meta property="noosfero:root" content="/social"/>' "$meta" 18 assertEquals '<meta property="noosfero:root" content="/social"/>' "$meta"
19 } 19 }
20 20