Skip to content

Commit

Permalink
fix: options in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Niki2k1 committed Mar 10, 2024
1 parent a219eac commit c6f1e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe("consola-loki", () => {
const lokiReporter = new LokiReporter({
baseURL,
user: "123456",
token: "glc_",
password: "glc_",
});

const consola = createConsola({
Expand Down

0 comments on commit c6f1e8a

Please sign in to comment.