사용하지 않는 파일 정리 전 백업 (Phase 10 완료 후 상태)
This commit is contained in:
@@ -17,8 +17,8 @@ void main() {
|
||||
test('Check all entity counts from API', () async {
|
||||
// 먼저 로그인
|
||||
final loginResponse = await dio.post('/auth/login', data: {
|
||||
'email': 'admin@superport.kr',
|
||||
'password': 'admin123!',
|
||||
'email': 'admin@example.com',
|
||||
'password': 'password123',
|
||||
});
|
||||
|
||||
final token = loginResponse.data['data']['access_token'];
|
||||
|
||||
Reference in New Issue
Block a user