Skip to content

Commit 7239984

Browse files
committed
Fixed bug in literalresponse web ui representation
1 parent 33702c1 commit 7239984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@using netmockery
22
@model LiteralResponse
33
Literal string:
4-
<pre>@Model</pre>
4+
<pre>@Model.Body</pre>
55
@Html.Partial("CommonSimpleResponseCreator", Model)

0 commit comments

Comments
 (0)