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 Oct 4, 2021
1 parent 71807b5 commit d94fca1
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 d94fca1

Please sign in to comment.