Merge branch v2.11 into v3.6
This commit is contained in:
commit
e40d8c3d11
10 changed files with 257 additions and 242 deletions
|
|
@ -1695,8 +1695,7 @@ func (s *SimpleSuite) TestDenyFragment() {
|
|||
s.composeUp()
|
||||
defer s.composeDown()
|
||||
|
||||
file := s.adaptFile("fixtures/simple_deny.toml", struct{}{})
|
||||
_, _ = s.cmdTraefik(withConfigFile(file))
|
||||
s.traefikCmd(withConfigFile(s.adaptFile("fixtures/simple_deny.toml", struct{}{})))
|
||||
|
||||
err := try.GetRequest("http://127.0.0.1:8080/api/rawdata", 1*time.Second, try.BodyContains("Host(`deny.localhost`)"))
|
||||
require.NoError(s.T(), err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue