Skip to content

Commit

Permalink
solve test
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Nov 16, 2023
1 parent 308564d commit 1f4bb8d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/api_restreamer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ func TestGetRestreamers(t *testing.T) {
if err != nil {
t.Fatalf(err.Error())
}
log.Println("restreamers ", restreamers)
//log.Println("restreamers ", restreamers)
//c.IsDebug()
//
//restreamer, err := c.GetSingleRestreamer(restreamers[0].name)
_, err := c.GetSingleRestreamer(restreamers[0].Name)

Check failure on line 24 in test/api_restreamer_test.go

View workflow job for this annotation

GitHub Actions / build (1.18.x)

no new variables on left side of :=

Check failure on line 24 in test/api_restreamer_test.go

View workflow job for this annotation

GitHub Actions / build (1.19.x)

no new variables on left side of :=

Check failure on line 24 in test/api_restreamer_test.go

View workflow job for this annotation

GitHub Actions / build (1.20.x)

no new variables on left side of :=

Check failure on line 24 in test/api_restreamer_test.go

View workflow job for this annotation

GitHub Actions / build (1.21.x)

no new variables on left side of :=
if err != nil {
t.Fatalf(err.Error())
}
//
}

Expand Down

0 comments on commit 1f4bb8d

Please sign in to comment.