diff options
Diffstat (limited to 'src/test/ipams/phpipam/expected.add_ip_notgateway')
| -rw-r--r-- | src/test/ipams/phpipam/expected.add_ip_notgateway | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/test/ipams/phpipam/expected.add_ip_notgateway b/src/test/ipams/phpipam/expected.add_ip_notgateway new file mode 100644 index 0000000..7a91359 --- /dev/null +++ b/src/test/ipams/phpipam/expected.add_ip_notgateway @@ -0,0 +1,12 @@ +bless( { + '_content' => '{"description":"mydescription","hostname":"myhostname","ip":"10.0.0.1","mac":"da:65:8f:18:9b:6f","subnetId":1}', + '_headers' => bless( { + '::std_case' => { + 'token' => 'Token' + }, + 'content-type' => 'application/json; charset=UTF-8', + 'token' => 'JPHkPSLB4O_XL-GQz4qtEFmNpx-99Htw' + }, 'HTTP::Headers' ), + '_method' => 'POST', + '_uri' => bless( do{\(my $o = 'https://localhost/api/apiadmin/addresses/')}, 'URI::https' ) + }, 'HTTP::Request' ); |
