Add indication of response being a collection
This commit is contained in:
parent
2284820b66
commit
88c330a503
|
@ -7,6 +7,7 @@ lib-cov
|
|||
*.pid
|
||||
*.gz
|
||||
|
||||
.idea
|
||||
pids
|
||||
logs
|
||||
results
|
||||
|
|
|
@ -540,7 +540,7 @@
|
|||
return dataType;
|
||||
} else {
|
||||
if (listType != null) {
|
||||
return models[listType].getMockSignature();
|
||||
return '<span class="strong">Array of </span>' + models[listType].getMockSignature();
|
||||
} else {
|
||||
return models[dataType].getMockSignature();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue