Skip to content

Commit

Permalink
feat(hub-common): update authenticate test for proper overall test co…
Browse files Browse the repository at this point in the history
…verage

affects: @esri/hub-common
  • Loading branch information
ethanspiro committed Oct 9, 2024
1 parent 0913116 commit 4f215ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { IAuthenticationManager } from "@esri/arcgis-rest-request";
import { INewslettersSchedulerRequestOptions } from "../../../../src/newsletters-scheduler";
import { authenticateRequest } from "../../../../src/newsletters/api/utils/authenticate-request";
import { authenticateRequest } from "../../../../src/newsletters-scheduler/api/utils/authenticate-request";

describe("authenticateRequest", () => {
let getTokenSpy: any;
Expand Down

0 comments on commit 4f215ca

Please sign in to comment.