Skip to content

Commit f5d83e1

Browse files
committed
fix: Remove port number from admin username
1 parent 88703ac commit f5d83e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/rest/v1/instance.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ it("lists languages", () => {
2222
it("lists translatable languages", () => {
2323
return sessions.use(async (client) => {
2424
const languages = await client.rest.v1.instance.translationLanguages.list();
25-
expect(languages).toMatchInlineSnapshot();
25+
expect(languages).toMatchInlineSnapshot(`{}`);
2626
});
2727
});

0 commit comments

Comments
 (0)