fix: stabilize media job and middleware tests
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -61,7 +61,6 @@ func Test_MediaProcessWorkerLocal(t *testing.T) {
|
|||||||
testx.Serve(providers, t, func(p MediaProcessWorkerTestSuiteInjectParams) {
|
testx.Serve(providers, t, func(p MediaProcessWorkerTestSuiteInjectParams) {
|
||||||
suite.Run(t, &MediaProcessWorkerLocalSuite{MediaProcessWorkerTestSuiteInjectParams: p})
|
suite.Run(t, &MediaProcessWorkerLocalSuite{MediaProcessWorkerTestSuiteInjectParams: p})
|
||||||
})
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *MediaProcessWorkerLocalSuite) Test_Work_Local() {
|
func (s *MediaProcessWorkerLocalSuite) Test_Work_Local() {
|
||||||
|
|||||||
@@ -46,7 +46,6 @@ func Test_Middlewares(t *testing.T) {
|
|||||||
testx.Serve(providers, t, func(p MiddlewaresTestSuiteInjectParams) {
|
testx.Serve(providers, t, func(p MiddlewaresTestSuiteInjectParams) {
|
||||||
suite.Run(t, &MiddlewaresTestSuite{MiddlewaresTestSuiteInjectParams: p})
|
suite.Run(t, &MiddlewaresTestSuite{MiddlewaresTestSuiteInjectParams: p})
|
||||||
})
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *MiddlewaresTestSuite) newTestApp() *fiber.App {
|
func (s *MiddlewaresTestSuite) newTestApp() *fiber.App {
|
||||||
|
|||||||
Reference in New Issue
Block a user