Explorar o código

dg nil check on TestGateway

Bruce Marriner %!s(int64=8) %!d(string=hai) anos
pai
achega
280ad2cdc3
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      restapi_test.go

+ 3 - 0
restapi_test.go

@@ -137,6 +137,9 @@ func TestLogout(t *testing.T) {
 
 func TestGateway(t *testing.T) {
 
+	if dg == nil {
+		t.Skip("Skipping, dg not set.")
+	}
 	_, err := dg.Gateway()
 	if err != nil {
 		t.Errorf("Gateway() returned error: %+v", err)