Skip to content

Commit e8a3718

Browse files
committed
fix tests
1 parent 810a9cc commit e8a3718

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/sentry/workflow_engine/endpoints/test_organization_available_action_index.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ def test_sentry_apps(self):
355355
"installationId": str(self.sentry_app_installation.id),
356356
"status": SentryAppStatus.as_str(self.sentry_app.status),
357357
"settings": ANY,
358+
"title": ANY,
358359
},
359360
},
360361
{
@@ -458,6 +459,7 @@ class PluginActionHandler(ActionHandler):
458459
"installationId": str(self.sentry_app_installation.id),
459460
"status": SentryAppStatus.as_str(self.sentry_app.status),
460461
"settings": ANY,
462+
"title": ANY,
461463
},
462464
},
463465
{

0 commit comments

Comments
 (0)