summaryrefslogtreecommitdiffstats
path: root/webapp/tests/components/integrations/installed_oauth_apps.test.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/tests/components/integrations/installed_oauth_apps.test.jsx')
-rw-r--r--webapp/tests/components/integrations/installed_oauth_apps.test.jsx6
1 files changed, 5 insertions, 1 deletions
diff --git a/webapp/tests/components/integrations/installed_oauth_apps.test.jsx b/webapp/tests/components/integrations/installed_oauth_apps.test.jsx
index 4f3ca6ba8..2e5ccad7a 100644
--- a/webapp/tests/components/integrations/installed_oauth_apps.test.jsx
+++ b/webapp/tests/components/integrations/installed_oauth_apps.test.jsx
@@ -44,7 +44,11 @@ describe('components/integrations/InstalledOAuthApps', () => {
team={{name: 'test'}}
oauthApps={oauthApps}
isSystemAdmin={true}
- actions={{getOAuthApps: emptyFunction, deleteOAuthApp: emptyFunction}}
+ actions={{
+ getOAuthApps: emptyFunction,
+ regenOAuthAppSecret: emptyFunction,
+ deleteOAuthApp: emptyFunction
+ }}
/>
);
expect(wrapper.find('InstalledOAuthApp').length).toBe(2);