Skip to content

Commit 7e43aa9

Browse files
committed
test_access_links: fix key mismatch
Signed-off-by: Yann Dirson <[email protected]>
1 parent 794a34a commit 7e43aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/misc/test_access_links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@pytest.mark.parametrize("command_id", ["curl", "wget"])
1313
@pytest.mark.parametrize("url_id", [
1414
"xoa",
15-
"xcp-ng",
15+
"xcpng",
1616
"vates"
1717
])
1818
def test_access_links(host, command_id, url_id):

0 commit comments

Comments
 (0)