This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Description
When running all the tests for OneNote, the first test frequently fails. This seems to be because of a race condition between the API call and the two calls to complete OAuth authorization - that is, authorization hasn't completed in time for the first API call. Let's see how we can better wait on completed authorization. Perhaps this would be in the LiveAuthClient itself?
@peternied @ovenado