@@ -719,7 +719,7 @@ func TestConnDiagnostics(t *testing.T) {
719
719
},
720
720
want : []string {
721
721
`❗ You are connected via a DERP relay, not directly (p2p)` ,
722
- `✘ The DERP map is not configured to use STUN` ,
722
+ `The DERP map is not configured to use STUN` ,
723
723
},
724
724
},
725
725
{
@@ -744,7 +744,7 @@ func TestConnDiagnostics(t *testing.T) {
744
744
},
745
745
want : []string {
746
746
`❗ You are connected via a DERP relay, not directly (p2p)` ,
747
- `✘ Client could not connect to STUN over UDP` ,
747
+ `Client could not connect to STUN over UDP` ,
748
748
},
749
749
},
750
750
{
@@ -771,7 +771,7 @@ func TestConnDiagnostics(t *testing.T) {
771
771
},
772
772
want : []string {
773
773
`❗ You are connected via a DERP relay, not directly (p2p)` ,
774
- `✘ Agent could not connect to STUN over UDP` ,
774
+ `Agent could not connect to STUN over UDP` ,
775
775
},
776
776
},
777
777
{
@@ -786,7 +786,7 @@ func TestConnDiagnostics(t *testing.T) {
786
786
},
787
787
want : []string {
788
788
`❗ You are connected via a DERP relay, not directly (p2p)` ,
789
- `❗ Client is potentially behind a hard NAT, as multiple endpoints were retrieved from different STUN servers` ,
789
+ `Client is potentially behind a hard NAT, as multiple endpoints were retrieved from different STUN servers` ,
790
790
},
791
791
},
792
792
{
@@ -803,7 +803,7 @@ func TestConnDiagnostics(t *testing.T) {
803
803
},
804
804
want : []string {
805
805
`❗ You are connected via a DERP relay, not directly (p2p)` ,
806
- `❗ Agent is potentially behind a hard NAT, as multiple endpoints were retrieved from different STUN servers` ,
806
+ `Agent is potentially behind a hard NAT, as multiple endpoints were retrieved from different STUN servers` ,
807
807
},
808
808
},
809
809
{
@@ -824,8 +824,8 @@ func TestConnDiagnostics(t *testing.T) {
824
824
},
825
825
},
826
826
want : []string {
827
- `❗ Network interface eth0 has MTU 1280, (less than 1378), which may degrade the quality of direct connections` ,
828
827
`✔ You are connected directly (p2p)` ,
828
+ `Network interface eth0 has MTU 1280, (less than 1378), which may degrade the quality of direct connections` ,
829
829
},
830
830
},
831
831
{
@@ -844,8 +844,8 @@ func TestConnDiagnostics(t *testing.T) {
844
844
},
845
845
},
846
846
want : []string {
847
- `❗ Network interface eth1 has MTU 1310, (less than 1378), which may degrade the quality of direct connections` ,
848
847
`✔ You are connected directly (p2p)` ,
848
+ `Network interface eth1 has MTU 1310, (less than 1378), which may degrade the quality of direct connections` ,
849
849
},
850
850
},
851
851
{
@@ -859,7 +859,7 @@ func TestConnDiagnostics(t *testing.T) {
859
859
},
860
860
want : []string {
861
861
`❗ You are connected via a DERP relay, not directly (p2p)` ,
862
- `❗ Client IP address is within an AWS range (AWS uses hard NAT)` ,
862
+ `Client IP address is within an AWS range (AWS uses hard NAT)` ,
863
863
},
864
864
},
865
865
{
@@ -873,7 +873,7 @@ func TestConnDiagnostics(t *testing.T) {
873
873
},
874
874
want : []string {
875
875
`❗ You are connected via a DERP relay, not directly (p2p)` ,
876
- `❗ Agent IP address is within an AWS range (AWS uses hard NAT)` ,
876
+ `Agent IP address is within an AWS range (AWS uses hard NAT)` ,
877
877
},
878
878
},
879
879
}
0 commit comments