Skip to content

Commit

Permalink
Merge branch 'external-signer-mtls' into external-signer-mtls-client
Browse files Browse the repository at this point in the history
  • Loading branch information
anodar authored Oct 17, 2023
2 parents 56270c1 + f285d2e commit 38deab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbnode/dataposter/dataposter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func TestExternalSigner(t *testing.T) {
})
cert, key := "./testdata/localhost.crt", "./testdata/localhost.key"
go func() {
fmt.Println("Server is listening on port 443...")
fmt.Println("Server is listening on port 1234...")
if err := httpSrv.ListenAndServeTLS(cert, key); err != nil && err != http.ErrServerClosed {
t.Errorf("ListenAndServeTLS() unexpected error: %v", err)
return
Expand Down

0 comments on commit 38deab1

Please sign in to comment.