Show More
@@ -238,13 +238,13 b' def enable_webhook_push_integration(requ' | |||||
238 | Session().add(integration) |
|
238 | Session().add(integration) | |
239 |
|
239 | |||
240 | settings = dict( |
|
240 | settings = dict( | |
241 | url='http://httpbin.org', |
|
241 | url='http://httpbin.org/post', | |
242 | secret_token='secret', |
|
242 | secret_token='secret', | |
243 | username=None, |
|
243 | username=None, | |
244 | password=None, |
|
244 | password=None, | |
245 | custom_header_key=None, |
|
245 | custom_header_key=None, | |
246 | custom_header_val=None, |
|
246 | custom_header_val=None, | |
247 |
method_type=' |
|
247 | method_type='post', | |
248 | events=[events.RepoPushEvent.name], |
|
248 | events=[events.RepoPushEvent.name], | |
249 | log_data=True |
|
249 | log_data=True | |
250 | ) |
|
250 | ) |
General Comments 0
You need to be logged in to leave comments.
Login now