Skip to content

Commit e14c75a

Browse files
committed
Update BlazorWebViewTests.RequestInterception.cs
1 parent a823e95 commit e14c75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BlazorWebView/tests/MauiDeviceTests/Elements/BlazorWebViewTests.RequestInterception.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public Task RequestsCanBeInterceptedAndCustomDataReturnedForDifferentHosts(strin
145145
}
146146
});
147147
const jsonData = await response.json();
148-
return jsonData;
148+
return JSON.stringify(jsonData);
149149
""");
150150

151151
Assert.NotNull(responseObject);

0 commit comments

Comments
 (0)