mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
The test_login test from TestUltraProvider would fail in Python 2.7 due to the dictionary insertion order not being preserved in 2.7 and early 3.x versions. Comparing the dictionaries containing the query parameters solves this. Snippet from test failure: - username=user&password=rightpass&grant_type=password + grant_type=password&username=user&password=rightpass
21 KiB
21 KiB