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