Skip to content

Commit

Permalink
cleanup: fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Oct 6, 2024
1 parent 20c1127 commit 5a658f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workers/client/client_network_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (s *ClientNetworkSuite) BeforeTest(_, testName string) {
configuration.QPepConfig.Security.Certificate = "cert.pem"
configuration.QPepConfig.Security.PrivateKey = "key.pem"

configuration.QPepConfig.Client.GatewayHost = "127.0.0.1"
configuration.QPepConfig.Client.GatewayHost = "127.0.0.2"
configuration.QPepConfig.Client.GatewayPort = 9443
configuration.QPepConfig.Client.LocalListeningAddress = "127.0.0.1"
configuration.QPepConfig.Client.LocalListenPort = 9090
Expand Down

0 comments on commit 5a658f0

Please sign in to comment.