Skip to content

Commit 014a4bf

Browse files
committed
Enable SSE updates in notification SSE selenium test
Notifications SSE is now gated on enable_sse_updates; without it the frontend falls back to polling and __galaxy_sse_connected never flips, timing out the connect wait.
1 parent a999aec commit 014a4bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/integration_selenium/test_notification_sse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class TestNotificationSSESeleniumIntegration(SeleniumIntegrationTestCase):
2525
def handle_galaxy_config_kwds(cls, config):
2626
super().handle_galaxy_config_kwds(config)
2727
config["enable_notification_system"] = True
28+
config["enable_sse_updates"] = True
2829
config["enable_celery_tasks"] = False
2930

3031
def _wait_for_sse_connected(self) -> None:

0 commit comments

Comments
 (0)