Fix sanity concurrency middleware (#3737)

#### Type of change

- [x] 🐛 Bugfix
- [x] 🤖 Supportability/Tests

#### Test Plan

- [x] 💪 Manual
This commit is contained in:
Keepers 2023-07-02 23:53:39 -06:00 committed by GitHub
parent 56151a82eb
commit 41d20a411e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,8 @@ func main() {
_ = log.Sync() // flush all logs in the buffer
}()
graph.InitializeConcurrencyLimiter(ctx, true, 4)
adapter, err := graph.CreateAdapter(
tester.GetM365TenantID(ctx),
os.Getenv("AZURE_CLIENT_ID"),