Skip to content

Commit 8a65b68

Browse files
committed
Fix
1 parent 15fb1ce commit 8a65b68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

smoke-tests/framework/src/main/java/com/microsoft/applicationinsights/smoketest/fakeingestion/MockedAppInsightsIngestionServlet.java

+2
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws I
138138
type2envelope.put(baseType, envelope);
139139
}
140140
}
141+
142+
resp.getWriter().print("{}");
141143
}
142144

143145
@Override

0 commit comments

Comments
 (0)