Commit 85c0cada authored by Toby H's avatar Toby H Committed by Commit Bot

Fixed typo in user_types.md documentation

Bug: 943208
Change-Id: Ic5fc323d86f5f9818027011948a8af85c43da287
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663380Reviewed-by: default avatarMichael Giuffrida <michaelpg@chromium.org>
Commit-Queue: Toby Huang <tobyhuang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#670232}
parent 66777545
...@@ -38,7 +38,7 @@ During child login, user session start will be delayed up to 10 seconds until ...@@ -38,7 +38,7 @@ During child login, user session start will be delayed up to 10 seconds until
the user's policies have been refreshed (using the user's OAuth token). This the user's policies have been refreshed (using the user's OAuth token). This
might cause issues for tests that include child user login, as it may add might cause issues for tests that include child user login, as it may add
unnecessary time to the test runtime. To avoid this, tests should: unnecessary time to the test runtime. To avoid this, tests should:
* Set up `LocalTestServerMixin` to serve a policy for the test user. * Set up `LocalPolicyTestServerMixin` to serve a policy for the test user.
* This should be done even if a cached policy is set up using * This should be done even if a cached policy is set up using
`UserPolicyMixin`. `UserPolicyMixin`.
* Note that `UserPolicyMixin` propagates policy changes to * Note that `UserPolicyMixin` propagates policy changes to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment