testingiface redux #559
Annotations
10 errors and 1 warning
Run go test -v -coverprofile=coverage.out ./...:
helper/resource/plugin_test.go#L261
cannot use t (variable of type *"testing".T) as testingiface.T value in argument to runProviderCommand: *"testing".T does not implement testingiface.T (wrong type for method Run)
|
Run go test -v -coverprofile=coverage.out ./...:
helper/resource/testcase_providers_test.go#L348
cannot use mockT (variable of type *testingiface.MockT) as *"testing".T value in argument to Test
|
Run go test -v -coverprofile=coverage.out ./...:
helper/resource/testcase_providers_test.go#L385
cannot use mockT (variable of type *testingiface.MockT) as *"testing".T value in argument to Test
|
Run go test -v -coverprofile=coverage.out ./...:
helper/resource/testcase_providers_test.go#L419
cannot use mockT (variable of type *testingiface.MockT) as *"testing".T value in argument to Test
|
Run go test -v -coverprofile=coverage.out ./...:
helper/resource/testcase_providers_test.go#L455
cannot use mockT (variable of type *testingiface.MockT) as *"testing".T value in argument to Test
|
Run go test -v -coverprofile=coverage.out ./...:
helper/resource/testcase_validate_test.go#L192
cannot use t (variable of type *"testing".T) as testingiface.T value in argument to test.testCase.validate: *"testing".T does not implement testingiface.T (wrong type for method Run)
|
Run go test -v -coverprofile=coverage.out ./...:
helper/resource/testing_test.go#L32
cannot use mockT (variable of type *testingiface.MockT) as *"testing".T value in argument to ParallelTest
|
Run go test -v -coverprofile=coverage.out ./...:
helper/resource/teststep_providers_test.go#L1951
cannot use mockT (variable of type *testingiface.MockT) as *"testing".T value in argument to Test
|
Run go test -v -coverprofile=coverage.out ./...:
helper/resource/teststep_providers_test.go#L2354
cannot use mockT (variable of type *testingiface.MockT) as *"testing".T value in argument to UnitTest
|
Run go test -v -coverprofile=coverage.out ./...:
helper/resource/teststep_providers_test.go#L2388
cannot use mockT (variable of type *testingiface.MockT) as *"testing".T value in argument to UnitTest
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading