diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-02-16 16:45:26 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-02-16 16:45:26 +0100 |
commit | 5ea1d4b93b202f07ad915375ab9eca9a146d9fda (patch) | |
tree | 11d211753d5c6a5bba30f903d703916957f5c4c8 | |
parent | 87cfb23610eacd370452151210017c045adaa42d (diff) | |
download | sonarqube-5ea1d4b93b202f07ad915375ab9eca9a146d9fda.tar.gz sonarqube-5ea1d4b93b202f07ad915375ab9eca9a146d9fda.zip |
SONAR-7191 fix test
-rw-r--r-- | server/sonar-web/tests/apps/background-tasks-test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/tests/apps/background-tasks-test.js b/server/sonar-web/tests/apps/background-tasks-test.js index f72e3b41e69..63b61f4dd20 100644 --- a/server/sonar-web/tests/apps/background-tasks-test.js +++ b/server/sonar-web/tests/apps/background-tasks-test.js @@ -42,7 +42,7 @@ describe('Background Tasks', function () { it('should not render search form', () => { let component = TestUtils.renderIntoDocument( <Search - options={{ component: { id: 'ABCD' } }} + component={{ id: 'ABCD' }} types={[]} date={{}}/> ), |