Skip to content

Commit

Permalink
Revert "Temporarily disable upload tests"
Browse files Browse the repository at this point in the history
This reverts commit e21fa01.
  • Loading branch information
turt2live committed Jun 20, 2024
1 parent 7d7e495 commit 805e500
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/upload_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"net/http"
"net/url"
"sync"
"testing"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/suite"
Expand Down Expand Up @@ -341,6 +342,6 @@ func (s *UploadTestSuite) TestUploadAsyncExpiredFlow() {
assert.Equal(t, http.StatusNotFound, errRes.InjectedStatusCode)
}

//func TestUploadTestSuite(t *testing.T) {
// suite.Run(t, new(UploadTestSuite))
//}
func TestUploadTestSuite(t *testing.T) {
suite.Run(t, new(UploadTestSuite))
}

0 comments on commit 805e500

Please sign in to comment.