Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Jul 14, 2023
1 parent b0bd440 commit 8f22308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ func TestAPI_UnixSocket(t *testing.T) {
socket := filepath.Join(tempDir, "test.sock")

c, s := makeClientWithConfig(t, func(c *Config) {
c.Address = "localhost"
c.Address = "unix://" + socket
}, func(c *testutil.TestServerConfig) {
c.Addresses = &testutil.TestAddressConfig{
HTTP: "unix://" + socket,
Expand Down

0 comments on commit 8f22308

Please sign in to comment.