Skip to content

Commit

Permalink
fix: Remove port number from admin username
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Aug 10, 2023
1 parent 88703ac commit f5d83e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rest/v1/instance.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ it("lists languages", () => {
it("lists translatable languages", () => {
return sessions.use(async (client) => {
const languages = await client.rest.v1.instance.translationLanguages.list();
expect(languages).toMatchInlineSnapshot();
expect(languages).toMatchInlineSnapshot(`{}`);
});
});

0 comments on commit f5d83e1

Please sign in to comment.