Skip to content

Commit a99a68b

Browse files
committed
use different config for docker-test
1 parent 0068c28 commit a99a68b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ task :test do
5252
sh 'docker ps -a --filter name=html2rss-web-test'
5353

5454
Output.describe 'Generating feed from a html2rss-configs config'
55-
sh 'curl -f http://127.0.0.1:3000/dfs.de/pressemitteilungen.rss || exit 1'
55+
sh 'curl -f "http://127.0.0.1:3000/github.com/releases.rss?username=html2rss&repository=html2rss-web" || exit 1'
5656

5757
Output.describe 'Generating example feed from feeds.yml'
5858
sh 'curl -f http://127.0.0.1:3000/example.rss || exit 1'

0 commit comments

Comments
 (0)