Skip to content

Commit

Permalink
Change token to quiet security scanners
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Meredith committed Jan 15, 2025
1 parent 28c3589 commit a1de012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/data/premisesClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import describeClient, { describeCas1NamespaceClient } from '../testutils/descri
describeClient('PremisesClient', provider => {
let premisesClient: PremisesClient

const token = 'token-1'
const token = 'test-token-1'

beforeEach(() => {
premisesClient = new PremisesClient(token)
Expand Down

0 comments on commit a1de012

Please sign in to comment.