Skip to content

Commit 35d1109

Browse files
committed
fix tests
1 parent 23bb73a commit 35d1109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func TestEnd2End(t *testing.T) {
2929
func testEnd2End(t *testing.T, size int) {
3030

3131
var (
32-
domain = "localhost.localdomain"
32+
domain = "localhost"
3333
secret = "foobar"
3434
httpsPort uint = 8000
3535
httpPort uint = 8001

0 commit comments

Comments
 (0)