Skip to content

Commit 2105982

Browse files
committed
Fix plugin-list-all test file name and update it for current output
1 parent 9733daa commit 2105982

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ teardown() {
1515

1616
@test "plugin_list_all list all plugins in the repository" {
1717
run plugin_list_all_command
18-
local expected="bar
19-
foo"
18+
local expected="bar http://example.com/bar
19+
foo http://example.com/foo"
2020
[ "$status" -eq 0 ]
2121
[ "$output" = "$expected" ]
2222
}

0 commit comments

Comments
 (0)