commit | c393015d2d54042beab2228b855a044c3141a0ac | [log] [tgz] |
---|---|---|
author | Kristi Nikolla <kristi@nikolla.me> | Tue Apr 07 11:52:09 2020 -0400 |
committer | Kristi Nikolla <kristi@nikolla.me> | Tue Apr 07 11:54:33 2020 -0400 |
tree | 459e068dd732799cba71ad98c582a7fb1e8dcc38 | |
parent | 47244edbc5822bc78e301d1af9f3e2923905dc92 [diff] |
Make checking for singular SPs in list instead of list equality There is a race condition when the test_service_providers_in_token test is run at the same time as the k2k test because an extra SP will appear in the list. By checking items in the list individually instead of comparing list equality this should fix the issue. Change-Id: I13a7a747e108562b326aee1b88485a377530f8a5