Skip to content

Commit 4e06a36

Browse files
authored
Adjust URL of ARIA WG page in test (#2038)
The W3C API returns a new URL. Previous URL redirects to that one too.
1 parent 75ab2eb commit 4e06a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fetch-groups.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ describe("fetch-groups module (without API keys)", function () {
156156
assert.equal(res[1].organization, "W3C");
157157
assert.deepStrictEqual(res[1].groups, [{
158158
name: "Accessible Rich Internet Applications Working Group",
159-
url: "https://www.w3.org/WAI/ARIA/"
159+
url: "https://www.w3.org/WAI/about/groups/ariawg/"
160160
}]);
161161
});
162162

0 commit comments

Comments
 (0)