webhooks: Move all fixtures to zerver/webhooks/<webhook_name>/fixtures.

All webhook fixtures in zerver/fixtures/<webhook_name> have now
been moved to dedicated webhook-specific directories under
zerver/webhooks/<webhook_name>/fixtures, where <webhook_name> is
the name of the webhook.
This commit is contained in:
Eeshan Garg
2017-04-27 16:49:05 -02:30
committed by Tim Abbott
parent dcc2b3a900
commit aa12002be7
381 changed files with 414 additions and 39 deletions

View File

@@ -0,0 +1 @@
stream=wordpress&topic=WordPress%20Page&hook=publish_page&post_type=page&post_title=New%20Blog%20Page&post_url=http%3A%2F%2Fexample.com

View File

@@ -0,0 +1 @@
stream=wordpress&topic=WordPress%20Post&hook=publish_post&post_type=post&post_title=New%20Blog%20Post&post_url=http%3A%2F%2Fexample.com

View File

@@ -0,0 +1 @@
hook=publish_post

View File

@@ -0,0 +1 @@
stream=wordpress&topic=WordPress%20Post&hook=publish_post&post_title=New%20Blog%20Post&post_url=http%3A%2F%2Fexample.com

View File

@@ -0,0 +1 @@
stream=wordpress&topic=WordPress%20Post&post_type=post&post_title=New%20Blog%20Post&post_url=http%3A%2F%2Fexample.com

View File

@@ -0,0 +1 @@
stream=wordpress&topic=New%20Blog%20Users&post_type=post&hook=user_register&display_name=test_user&user_email=test_user@example.com

View File

@@ -0,0 +1 @@
stream=wordpress&user_login=testuser&hook=wp_login&topic=New%20Login