diff --git a/test/components/structures/auth/Registration-test.js b/test/components/structures/auth/Registration-test.js index 38188b2536..4fed63d370 100644 --- a/test/components/structures/auth/Registration-test.js +++ b/test/components/structures/auth/Registration-test.js @@ -71,7 +71,7 @@ describe('Registration', function() { // Set non-empty flows & matrixClient to get past the loading spinner root.setState({ - flows: [], + flows: [{}], matrixClient: {}, busy: false, });