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