사용하지 않는 파일 정리 전 백업 (Phase 10 완료 후 상태)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:dio/dio.dart';
|
||||
import 'package:flutter/foundation.dart';
|
||||
import '../real_api/test_helper.dart';
|
||||
import 'test_result.dart';
|
||||
|
||||
/// 통합 테스트에서 호출할 수 있는 오버뷰 대시보드 테스트 함수
|
||||
@@ -488,8 +487,8 @@ void main() {
|
||||
final loginResponse = await dio.post(
|
||||
'$baseUrl/auth/login',
|
||||
data: {
|
||||
'email': 'admin@superport.kr',
|
||||
'password': 'admin123!',
|
||||
'email': 'admin@example.com',
|
||||
'password': 'password123',
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user