diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-01-15 13:45:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 13:45:13 +0000 |
commit | 0dd2649c127e4eb538dfbf0c879bd66c9ff1599c (patch) | |
tree | f12fe3ea07eb230569c61183d90cb1dd94036c83 /changelog.d | |
parent | Store an IdP ID in the OIDC session (#9109) (diff) | |
download | synapse-0dd2649c127e4eb538dfbf0c879bd66c9ff1599c.tar.xz |
Improve UsernamePickerTestCase (#9112)
* make the OIDC bits of the test work at a higher level - via the REST api instead of poking the OIDCHandler directly. * Move it to test_login.py, where I think it fits better.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9112.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9112.misc b/changelog.d/9112.misc new file mode 100644 index 0000000000..691f9d8b43 --- /dev/null +++ b/changelog.d/9112.misc @@ -0,0 +1 @@ +Improve `UsernamePickerTestCase`. |