You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/plugin-list-wporg-status.feature
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,27 @@ Feature: Check the status of plugins on WordPress.org
69
69
</rss>
70
70
"""
71
71
72
+
And that HTTP requests to https://api.wordpress.org/plugins/info/1.2/?action=plugin_information&request%5Blocale%5D=en_US&request%5Bslug%5D=never-wporg will respond with:
73
+
"""
74
+
HTTP/1.1 404
75
+
Content-Type: application/json
76
+
77
+
{
78
+
"error": "not_found"
79
+
}
80
+
"""
81
+
And that HTTP requests to https://plugins.trac.wordpress.org/log/never-wporg?limit=1&mode=stop_on_copy&format=rss will respond with:
0 commit comments