chore: address ESLint errors

This commit is contained in:
Danny Avila 2025-06-19 21:58:45 -04:00
parent 5512c55d71
commit f8c8b89f4d
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
6 changed files with 86 additions and 60 deletions

View file

@ -60,7 +60,7 @@ describe('GraphApiService', () => {
beforeEach(async () => {
jest.clearAllMocks();
await mongoose.connection.dropDatabase();
// Set up environment variable for People.Read scope
process.env.OPENID_GRAPH_SCOPES = 'User.Read,People.Read,Group.Read.All';