chore(deps): Update module github.com/goravel/framework to v1.15.2 #201
Annotations
8 errors
|
Run tests:
controller_test.go#L99
cannot use NewTestContext(context.Background(), w, r) (value of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Get: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (wrong type for method WithValue)
|
Run tests:
controller_test.go#L101
cannot use NewTestContext(context.Background(), w, r) (value of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Post: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (wrong type for method WithValue)
|
Run tests:
controller_test.go#L116
cannot use NewTestContext(context.Background(), w, r) (value of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Get: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (wrong type for method WithValue)
|
Run tests:
controller_test.go#L118
cannot use NewTestContext(context.Background(), w, r) (value of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Put: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (wrong type for method WithValue)
|
Run tests:
controller_test.go#L120
cannot use NewTestContext(context.Background(), w, r) (value of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Delete: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (wrong type for method WithValue)
|
Run tests:
controller_test.go#L387
cannot use testContext (variable of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Inject: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (wrong type for method WithValue)
|
Run tests
Process completed with exit code 1.
|
Loading