Skip to content

Commit

Permalink
most tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Jul 22, 2024
1 parent 1bb10a6 commit 0a8f663
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pkg/bff/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ func (s *bffTestSuite) SetupSuite() {
TestNet: config.NetworkConfig{
Directory: config.DirectoryConfig{
Insecure: true,
Endpoint: "bufnet",
Endpoint: "passthrough://bufnet",
Timeout: 1 * time.Second,
},
Members: config.MembersConfig{
Endpoint: "bufnet",
Endpoint: "passthrough://bufnet",
Timeout: 1 * time.Second,
MTLS: config.MTLSConfig{
Insecure: true,
Expand All @@ -88,11 +88,11 @@ func (s *bffTestSuite) SetupSuite() {
MainNet: config.NetworkConfig{
Directory: config.DirectoryConfig{
Insecure: true,
Endpoint: "bufnet",
Endpoint: "passthrough://bufnet",
Timeout: 1 * time.Second,
},
Members: config.MembersConfig{
Endpoint: "bufnet",
Endpoint: "passthrough://bufnet",
Timeout: 1 * time.Second,
MTLS: config.MTLSConfig{
Insecure: true,
Expand Down
2 changes: 1 addition & 1 deletion pkg/trtl/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (
clientCerts = "testdata/client.pem"
serverCerts = "testdata/server.pem"
clientTarget = "client.trisa.dev"
serverTarget = "server.trisa.dev"
serverTarget = "passthrough://server.trisa.dev"
)

var (
Expand Down

0 comments on commit 0a8f663

Please sign in to comment.