Skip to content

Commit 17a5f52

Browse files
committed
Tests: Add missing slash to mocked request URL
1 parent dcdcaf1 commit 17a5f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/plugin-list-wporg-status.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Feature: Check the status of plugins on WordPress.org
7878
"error": "not_found"
7979
}
8080
"""
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:
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:
8282
"""
8383
HTTP/1.1 404
8484
Content-Type: application/rss+xml;charset=utf-8

0 commit comments

Comments
 (0)