mirror of https://github.com/dexidp/dex.git
Browse Source
The previous test doesnt actually testing ListConnectors code. For
example the following pseudocode will pass the test:
```
ListConnectors() { return nil, nil }
```
Instead change to actually fetch and compare list of connectors,
ordering by name
pull/1108/head
1 changed files with 14 additions and 2 deletions
Loading…
Reference in new issue