Skip to content

Commit 0d8f199

Browse files
committed
More e2e coverage
1 parent 30d11d2 commit 0d8f199

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

spec/apps/rails-mini/app.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ def health
6565
render json: {
6666
status: "ok",
6767
timestamp: Time.now.utc.iso8601,
68-
sentry_initialized: Sentry.initialized?,
69-
log_file_writable: check_log_file_writable
68+
sentry_initialized: Sentry.initialized?
7069
}
7170
end
7271

0 commit comments

Comments
 (0)