Files
aws/regtests/0387_hotplug_post/test.py
Pascal Obry 0f37994c02 Hotplug: Ensure the proper content type is passed to the hotplug module.
When transferring a request from the main server to the hotplug one
we must use the same Content-Type. Not doing that will fail to pass
the POST (application/x-www-form-urlencoded) parameters to the
hotplug module.

Add corresponding regression test.

TN eng/toolchain/aws#110
2025-12-24 14:48:48 +01:00

5 lines
63 B
Python

from test_support import *
build('hotplug.gpr')
run('driver')