cms: clean up model file (#87179)

* move CreateAccessTokenResponseDTO to api.go

* remove unused types

* run make swagger-clean && make openapi3-gen
This commit is contained in:
Bruno
2024-05-13 00:22:19 -04:00
committed by GitHub
parent 0f3080ecb8
commit 6a3ab71d77
7 changed files with 7 additions and 99 deletions
@@ -10,6 +10,6 @@ import (
func Test_NoopServiceDoesNothing(t *testing.T) {
s := &NoopServiceImpl{}
_, e := s.MigrateDatasources(context.Background(), &cloudmigration.MigrateDatasourcesRequest{})
_, e := s.CreateToken(context.Background())
assert.ErrorIs(t, e, cloudmigration.ErrFeatureDisabledError)
}