diff options
Diffstat (limited to '.circleci/test-run.sh')
-rw-r--r-- | .circleci/test-run.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.circleci/test-run.sh b/.circleci/test-run.sh index dafef6f..5b8e150 100644 --- a/.circleci/test-run.sh +++ b/.circleci/test-run.sh @@ -22,4 +22,8 @@ curl -v --cookie-jar cookies \ #Test that content types were generated curl -b cookies -c cookies http://localhost:8080/admin/contents?type=Person \ - | grep Person
\ No newline at end of file + | grep Person + +curl -b cookies -c cookies http://localhost:8080/admin/contents?type=Message \ + | grep Message + |