Skip to content

Commit 2b2c8d4

Browse files
committed
PERF-1865: tests
1 parent 9f39a49 commit 2b2c8d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/lokalise/lokalise_api.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ describe("LokaliseApi", () => {
3434
it("is expected to contain custom user-agent", () => {
3535
const client = new LokaliseApi({
3636
apiKey: process.env.API_KEY,
37-
header: "Authorization",
3837
userAgent: "CustomUserAgent/1.0",
3938
});
4039
expect(client.clientData.token).to.eq(process.env.API_KEY);

0 commit comments

Comments
 (0)