mirror of
https://github.com/immich-app/immich.git
synced 2025-11-20 21:02:34 +09:00
chore(server): auto sort open api spec (#3500)
* chore: recursively sort api keys * chore: open api
This commit is contained in:
@@ -16,13 +16,13 @@ void main() {
|
||||
// final instance = APIKeyCreateResponseDto();
|
||||
|
||||
group('test APIKeyCreateResponseDto', () {
|
||||
// String secret
|
||||
test('to test the property `secret`', () async {
|
||||
// APIKeyResponseDto apiKey
|
||||
test('to test the property `apiKey`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// APIKeyResponseDto apiKey
|
||||
test('to test the property `apiKey`', () async {
|
||||
// String secret
|
||||
test('to test the property `secret`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user