mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
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:
@@ -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
|
||||
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
hook=publish_post
|
||||
@@ -0,0 +1 @@
|
||||
stream=wordpress&topic=WordPress%20Post&hook=publish_post&post_title=New%20Blog%20Post&post_url=http%3A%2F%2Fexample.com
|
||||
@@ -0,0 +1 @@
|
||||
stream=wordpress&topic=WordPress%20Post&post_type=post&post_title=New%20Blog%20Post&post_url=http%3A%2F%2Fexample.com
|
||||
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
stream=wordpress&user_login=testuser&hook=wp_login&topic=New%20Login
|
||||
Reference in New Issue
Block a user