Skip to content

Commit

Permalink
wip: fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jan 6, 2024
1 parent 6b5f764 commit 4c296fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions challenge/tlsalpn01/tls_alpn_challenge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestChallenge(t *testing.T) {
_, apiURL := tester.SetupFakeAPI(t)

domain := "localhost"
port := "23457"
port := "24457"

mockValidate := func(_ *api.Core, _ string, chlng acme.Challenge) error {
conn, err := tls.Dial("tcp", net.JoinHostPort(domain, port), &tls.Config{
Expand Down Expand Up @@ -75,7 +75,7 @@ func TestChallenge(t *testing.T) {
solver := NewChallenge(
core,
mockValidate,
&ProviderServer{port: "23457"},
&ProviderServer{port: port},
)

authz := acme.Authorization{
Expand Down

0 comments on commit 4c296fc

Please sign in to comment.