We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549702f commit 42c519fCopy full SHA for 42c519f
WebDriverAgentLib/Routing/FBWebServer.m
@@ -217,7 +217,7 @@ - (void)handleException:(NSException *)exception forResponse:(RouteResponse *)re
217
- (void)registerServerKeyRouteHandlers
218
{
219
[self.server get:@"/health" withBlock:^(RouteRequest *request, RouteResponse *response) {
220
- [response respondWithString:@"I-AM-ALIVE"];
+ [response respondWithString:@"<!DOCTYPE html><html><title>Health Check</title><body><p>I-AM-ALIVE</p></body></html>"];
221
}];
222
223
NSString *calibrationPage = @"<html>"
0 commit comments