File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -632,8 +632,8 @@ func TestRESTInterface(t *testing.T) {
632
632
633
633
// The ports are hardcoded because the Server() function blackboxes our
634
634
// access to the listeners, so we can't get their address dynamically.
635
- testApp .Config .PublicPort = 8080
636
- testApp .Config .ServerPort = 9090
635
+ testApp .Config .PublicPort = 8181
636
+ testApp .Config .ServerPort = 9191
637
637
638
638
// run against a real database if the test isn't run with -test.short flag
639
639
if ! testing .Short () {
@@ -1500,8 +1500,8 @@ func TestGRPCInterface(t *testing.T) {
1500
1500
1501
1501
// The ports are hardcoded because the Server() function blackboxes our
1502
1502
// access to the listeners, so we can't get their address dynamically.
1503
- testApp .Config .PublicPort = 8080
1504
- testApp .Config .ServerPort = 9090
1503
+ testApp .Config .PublicPort = 8282
1504
+ testApp .Config .ServerPort = 9292
1505
1505
1506
1506
// run against a real database if the test isn't run with -test.short flag
1507
1507
if ! testing .Short () {
You can’t perform that action at this time.
0 commit comments