Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Feb 9, 2023
1 parent 2217597 commit 7fd246d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/a_main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func TestMain(m *testing.M) {
}

//
func GetOvenMedia() *ovenmedia.OvenMedia {
func GetOvenMedia() ovenmedia.IOvenMediaClient {
//
o, err := ovenmedia.BuildOven("https://airensoft.gitbook.io/ovenmediaengine/rest-api/v1/virtualhost/application/stream", true, nil)
if err != nil {
Expand Down

0 comments on commit 7fd246d

Please sign in to comment.