Browse Source

Fix DNS list API request URL in test

pull/14/head
Kristijan Mitrovic 4 years ago
parent
commit
b473adc9e8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      bubble-server/src/test/resources/models/include/new_bubble.json

+ 2
- 2
bubble-server/src/test/resources/models/include/new_bubble.json View File

@@ -166,9 +166,9 @@


{ {
"comment": "list DNS for the network, should now see a DNS A record for new instance", "comment": "list DNS for the network, should now see a DNS A record for new instance",
"before": "await_url me/networks/<<network>>/dns/find?type=A&name=.<<network>>.<<domain>> 40m 10s await_json.length > 0",
"before": "await_url me/networks/<<network>>/dns/find?type=A&name={{<<networkVar>>.host}}.<<network>>.<<domain>> 40m 10s await_json.length > 0",
"request": { "request": {
"uri": "me/networks/<<network>>/dns/find?type=A&name=.<<network>>.<<domain>>"
"uri": "me/networks/<<network>>/dns/find?type=A&name={{<<networkVar>>.host}}.<<network>>.<<domain>>"
}, },
"response": { "response": {
"store": "dnsRecords", "store": "dnsRecords",


Loading…
Cancel
Save