We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f39a49 commit 2b2c8d4Copy full SHA for 2b2c8d4
test/lokalise/lokalise_api.spec.ts
@@ -34,7 +34,6 @@ describe("LokaliseApi", () => {
34
it("is expected to contain custom user-agent", () => {
35
const client = new LokaliseApi({
36
apiKey: process.env.API_KEY,
37
- header: "Authorization",
38
userAgent: "CustomUserAgent/1.0",
39
});
40
expect(client.clientData.token).to.eq(process.env.API_KEY);
0 commit comments