You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/ui/packages/consul-ui/tests/acceptance/api-prefix.feature

8 lines
251 B

@setupApplicationTest
Feature: api-prefix
Scenario:
Given 1 datacenter model with the value "dc1"
And an API prefix of "/prefixed-api"
When I visit the index page
Then a GET request was made to "/prefixed-api/v1/catalog/datacenters"