Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Sep 5, 2024
1 parent a6f35c1 commit 3222079
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test-util/mock-http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ const mockEndpoint: EndpointOptions = {
apiVersion: 'mock-api-version'
};

export function mockAiCoreEnvVariable(): void {
process.env['AICORE_SERVICE_KEY'] = JSON.stringify(
aiCoreServiceBinding.credentials
);
}

export function createDestinationTokens(
token: string = dummyToken,
expiresIn?: string
Expand Down

0 comments on commit 3222079

Please sign in to comment.