Skip to content

Commit

Permalink
Update test_shutdown_handler for preheat mode
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Sep 22, 2021
1 parent 74a9b9a commit acd182f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/app/shutdown_kernel_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import re


async def test_shutdown_handler(http_server_client, base_url):
async def test_shutdown_handler(http_server_client, base_url, wait_for_kernel):
await wait_for_kernel()
response = await http_server_client.fetch(base_url)
html_text = response.body.decode('utf-8')
pattern = r"""kernelId": ["']([0-9a-zA-Z-]+)["']"""
Expand Down

0 comments on commit acd182f

Please sign in to comment.