mirror of
https://github.com/AdaCore/aws.git
synced 2026-02-12 12:29:46 -08:00
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
5 lines
63 B
Python
5 lines
63 B
Python
from test_support import *
|
|
|
|
build('hotplug.gpr')
|
|
run('driver')
|