Removes the need to pass default search params to the select resource step

This commit is contained in:
mabashian
2019-03-28 09:53:59 -04:00
parent a1002b03fa
commit 9880f1e124
4 changed files with 5 additions and 20 deletions

View File

@@ -147,7 +147,8 @@ describe('<SelectResourceStep />', () => {
foo: 'bar'
});
expect(readUsers).toHaveBeenCalledWith({
foo: 'bar'
foo: 'bar',
is_superuser: false
});
wrapper.instance().readTeams({
foo: 'bar'