Create Waypoint resources with module ID #1859
Annotations
11 errors and 1 warning
test:
internal/commands/profile/init_test.go#L51
cannot use m.SecretSevice (variable of type *mock_secret_service.MockClientService) as secret_service.ClientService value in assignment: *mock_secret_service.MockClientService does not implement secret_service.ClientService (missing method CreateAzureApplicationPasswordRotatingSecret) (typecheck)
|
test:
internal/commands/vaultsecrets/apps/create_test.go#L144
cannot use vs (variable of type *mock_secret_service.MockClientService) as secret_service.ClientService value in struct literal: *mock_secret_service.MockClientService does not implement secret_service.ClientService (missing method CreateAzureApplicationPasswordRotatingSecret)
|
test:
internal/commands/vaultsecrets/apps/delete_test.go#L129
cannot use vs (variable of type *mock_secret_service.MockClientService) as secret_service.ClientService value in struct literal: *mock_secret_service.MockClientService does not implement secret_service.ClientService (missing method CreateAzureApplicationPasswordRotatingSecret)
|
test:
internal/commands/vaultsecrets/apps/list_test.go#L105
cannot use vs (variable of type *mock_secret_service.MockClientService) as secret_service.ClientService value in struct literal: *mock_secret_service.MockClientService does not implement secret_service.ClientService (missing method CreateAzureApplicationPasswordRotatingSecret)
|
test:
internal/commands/vaultsecrets/apps/read_test.go#L130
cannot use vs (variable of type *mock_secret_service.MockClientService) as secret_service.ClientService value in struct literal: *mock_secret_service.MockClientService does not implement secret_service.ClientService (missing method CreateAzureApplicationPasswordRotatingSecret)
|
test:
internal/commands/vaultsecrets/apps/update_test.go#L148
cannot use vs (variable of type *mock_secret_service.MockClientService) as secret_service.ClientService value in struct literal: *mock_secret_service.MockClientService does not implement secret_service.ClientService (missing method CreateAzureApplicationPasswordRotatingSecret) (typecheck)
|
test:
internal/commands/vaultsecrets/integrations/create_test.go#L141
cannot use vs (variable of type *mock_secret_service.MockClientService) as secret_service.ClientService value in struct literal: *mock_secret_service.MockClientService does not implement secret_service.ClientService (missing method CreateAzureApplicationPasswordRotatingSecret)
|
test:
internal/commands/vaultsecrets/integrations/delete_test.go#L126
cannot use vs (variable of type *mock_secret_service.MockClientService) as secret_service.ClientService value in struct literal: *mock_secret_service.MockClientService does not implement secret_service.ClientService (missing method CreateAzureApplicationPasswordRotatingSecret)
|
test:
internal/commands/vaultsecrets/integrations/list_test.go#L116
cannot use vs (variable of type *mock_secret_service.MockClientService) as secret_service.ClientService value in struct literal: *mock_secret_service.MockClientService does not implement secret_service.ClientService (missing method CreateAzureApplicationPasswordRotatingSecret)
|
test:
internal/commands/vaultsecrets/integrations/read_test.go#L120
cannot use vs (variable of type *mock_secret_service.MockClientService) as secret_service.ClientService value in struct literal: *mock_secret_service.MockClientService does not implement secret_service.ClientService (missing method CreateAzureApplicationPasswordRotatingSecret)
|
test
No files were found with the provided path: /tmp/gotest.log. No artifacts will be uploaded.
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|