Skip to content

Update docs & refactor #71

Update docs & refactor

Update docs & refactor #71

Triggered via pull request February 15, 2024 02:00
Status Failure
Total duration 25s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
build: spec/fleet_app/server_spec.cr#L16
Expected #<FleetApp::ErrorResult:0x7f78596ec1c0 @message="Real HTTP connections are disabled. Unregistered request: POST https://fleet.hostari.com/api/v1/v_rising/servers/1234/wipe_world?queue_name=sample.host with body \"\" with headers {\"X-Auth-Token\" => \"\", \"Content-Length\" => \"0\", \"Host\" => \"fleet.hostari.com\"}\n\nYou can stub this request with the following snippet:\n\nWebMock.stub(:post, \"https://fleet.hostari.com/api/v1/v_rising/servers/1234/wipe_world?queue_name=sample.host\").\n with(body: \"\", headers: {\"X-Auth-Token\" => \"\"}).\n to_return(body: \"\")\n\n", @status_code=500> (FleetApp::ErrorResult) to be a FleetApp::ApiResult
build: spec/fleet_app/server_spec.cr#L46
Expected #<FleetApp::ErrorResult:0x7f78586dbf20 @message="Real HTTP connections are disabled. Unregistered request: POST https://fleet.hostari.com/api/v1/v_rising/servers/1234/update?queue_name=sample.host with body \"\" with headers {\"X-Auth-Token\" => \"\", \"Content-Length\" => \"0\", \"Host\" => \"fleet.hostari.com\"}\n\nYou can stub this request with the following snippet:\n\nWebMock.stub(:post, \"https://fleet.hostari.com/api/v1/v_rising/servers/1234/update?queue_name=sample.host\").\n with(body: \"\", headers: {\"X-Auth-Token\" => \"\"}).\n to_return(body: \"\")\n\n", @status_code=500> (FleetApp::ErrorResult) to be a FleetApp::ApiResult
build: spec/fleet_app/server_spec.cr#L106
Expected #<FleetApp::ErrorResult:0x7f78586dba00 @message="Real HTTP connections are disabled. Unregistered request: POST https://fleet.hostari.com/api/v1/v_rising/servers/1234/update?queue_name=sample.host with body \"\" with headers {\"X-Auth-Token\" => \"\", \"Content-Length\" => \"0\", \"Host\" => \"fleet.hostari.com\"}\n\nYou can stub this request with the following snippet:\n\nWebMock.stub(:post, \"https://fleet.hostari.com/api/v1/v_rising/servers/1234/update?queue_name=sample.host\").\n with(body: \"\", headers: {\"X-Auth-Token\" => \"\"}).\n to_return(body: \"\")\n\n", @status_code=500> (FleetApp::ErrorResult) to be a FleetApp::ApiResult
build: spec/fleet_app/server_spec.cr#L136
Expected #<FleetApp::ErrorResult:0x7f78586db700 @message="Real HTTP connections are disabled. Unregistered request: POST https://fleet.hostari.com/api/v1/v_rising/servers/1234/update?queue_name=sample.host with body \"\" with headers {\"X-Auth-Token\" => \"\", \"Content-Length\" => \"0\", \"Host\" => \"fleet.hostari.com\"}\n\nYou can stub this request with the following snippet:\n\nWebMock.stub(:post, \"https://fleet.hostari.com/api/v1/v_rising/servers/1234/update?queue_name=sample.host\").\n with(body: \"\", headers: {\"X-Auth-Token\" => \"\"}).\n to_return(body: \"\")\n\n", @status_code=500> (FleetApp::ErrorResult) to be a FleetApp::ApiResult
build: spec/fleet_app/server_spec.cr#L166
Expected #<FleetApp::ErrorResult:0x7f78586db400 @message="Real HTTP connections are disabled. Unregistered request: POST https://fleet.hostari.com/api/v1/v_rising/servers/1234/update?queue_name=sample.host with body \"\" with headers {\"X-Auth-Token\" => \"\", \"Content-Length\" => \"0\", \"Host\" => \"fleet.hostari.com\"}\n\nYou can stub this request with the following snippet:\n\nWebMock.stub(:post, \"https://fleet.hostari.com/api/v1/v_rising/servers/1234/update?queue_name=sample.host\").\n with(body: \"\", headers: {\"X-Auth-Token\" => \"\"}).\n to_return(body: \"\")\n\n", @status_code=500> (FleetApp::ErrorResult) to be a FleetApp::ApiResult
build: spec/fleet_app/server_spec.cr#L193
Expected #<FleetApp::ErrorResult:0x7f78586db080 @message="Real HTTP connections are disabled. Unregistered request: POST https://fleet.hostari.com/api/v1/rust/servers/1234/update?queue_name=sample.host&username=1234 with body \"\" with headers {\"X-Auth-Token\" => \"\", \"Content-Length\" => \"0\", \"Host\" => \"fleet.hostari.com\"}\n\nYou can stub this request with the following snippet:\n\nWebMock.stub(:post, \"https://fleet.hostari.com/api/v1/rust/servers/1234/update?queue_name=sample.host&username=1234\").\n with(body: \"\", headers: {\"X-Auth-Token\" => \"\"}).\n to_return(body: \"\")\n\n", @status_code=500> (FleetApp::ErrorResult) to be a FleetApp::ApiResult
build
Process completed with exit code 1.