결재 및 마스터 모듈을 v4 API 계약에 맞게 조정
This commit is contained in:
@@ -72,7 +72,7 @@ void main() {
|
||||
expect(query['q'], 'sup');
|
||||
expect(query['is_partner'], true);
|
||||
expect(query['is_general'], false);
|
||||
expect(query['is_active'], true);
|
||||
expect(query['active'], true);
|
||||
});
|
||||
|
||||
test('fetchDetail은 include=zipcode 파라미터를 전달한다', () async {
|
||||
|
||||
Reference in New Issue
Block a user