mirror of
https://github.com/foss42/apidash.git
synced 2025-05-24 01:36:46 +08:00
chore: add request_model tests
This commit is contained in:
@ -61,7 +61,7 @@ fetch(url, options)
|
||||
}
|
||||
var rM = requestModel.copyWith(url: url);
|
||||
|
||||
var harJson = requestModelToHARJsonRequest(rM);
|
||||
var harJson = requestModelToHARJsonRequest(rM, useEnabled: true);
|
||||
|
||||
var templateStart = jj.Template(kTemplateStart);
|
||||
result += templateStart.render({
|
||||
|
Reference in New Issue
Block a user