Skip to content

Commit

Permalink
Merge branch 'master' into goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Sep 7, 2018
2 parents 1f122b5 + 2300f64 commit 322cb9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builtin/bins/dkron-executor-http/http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func TestExecute(t *testing.T) {
JobName: "testJob",
Config: map[string]string{
"method": "GET",
"url": "https://webhook.site/2a570753-499b-4c08-a8d5-d20f9b625ea8",
"url": "https://httpbin.org/get",
"expectCode": "200",
"debug": "true",
},
Expand All @@ -31,7 +31,7 @@ func TestExecutePost(t *testing.T) {
JobName: "testJob",
Config: map[string]string{
"method": "POST",
"url": "https://webhook.site/2a570753-499b-4c08-a8d5-d20f9b625ea8",
"url": "https://httpbin.org/post",
"body": "{\"hello\":11}",
"headers": "[\"Content-Type:application/json\"]",
"expectCode": "200",
Expand Down

0 comments on commit 322cb9f

Please sign in to comment.