Skip to content

Commit

Permalink
Name test job more uniquely in webhook test
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Nov 4, 2011
1 parent 62f9a33 commit 531d9cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/api/test-job-run-webhook.sh
Expand Up @@ -26,8 +26,8 @@ xmlhost=$($XMLSTARLET esc $(hostname))
cat > $DIR/temp.out <<END
<joblist>
<job>
<name>cli job</name>
<group>api-test/job-run</group>
<name>webhook job</name>
<group>api-test/job-run-webhook</group>
<description></description>
<loglevel>INFO</loglevel>
<context>
Expand Down

0 comments on commit 531d9cb

Please sign in to comment.