Skip to content

Commit

Permalink
Print docker network config
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfont committed Sep 14, 2022
1 parent 3abca99 commit c21479c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_oidc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ func (s *IntegrationOIDCTestSuite) SetupSuite() {
}
s.network = networks[0]

log.Printf("Network config: %v", s.network.Network.IPAM.Config[0])

s.Suite.T().Log("Setting up mock OIDC")
oidc, _ := mockoidc.NewServer(nil)
ln, _ := net.Listen("tcp", fmt.Sprintf("%s:0", s.network.Network.IPAM.Config[0].Gateway))
Expand Down

0 comments on commit c21479c

Please sign in to comment.