Create an internal note for a profile
Notes
returns 404
Endpoint
POST /api/v1/profiles/:profile_id/notes
Parameters
Name | Description |
---|---|
note[comment] required | Note comment |
Request
Route
POST /api/v1/profiles/0/notes
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNDgxIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTg0LCJleHAiOjE3NDAxNDM1ODQsImp0aSI6IjQ1ODAwZDcxLWM5YWMtNDY4Ny1iZTA0LWRlZWMwMjg5ZWIwOSJ9.xtmCj6B65UaLNVm-Ua9Z_Hb_v9RJ5xzh334H_ZzG1F8
Host: example.org
Cookie:
Body
{
"note": {
"comment": "This is a note"
}
}
Response
Simulated Response
Status
404
Headers
content-type: application/json; charset=UTF-8
content-length: 37441
x-request-id: 3816387b-8224-42c5-a6aa-68fe6d4439c6
x-runtime: 0.065274
vary: Origin
Body
{
"status": 404,
"error": "Not Found",
"exception": "#<ActiveRecord::RecordNotFound: Couldn't find Profile with 'id'=0 [WHERE \"profiles\".\"discarded_at\" IS NULL]>",
"traces": {
"Application Trace": [
{
"exception_object_id": 323000,
"id": 6,
"trace": "app/controllers/api/v1/notes_controller.rb:18:in `find_profile'"
}
],
"Framework Trace": [
{
"exception_object_id": 323000,
"id": 0,
"trace": "activerecord (7.1.3.4) lib/active_record/relation/finder_methods.rb:416:in `raise_record_not_found_exception!'"
},
{
"exception_object_id": 323000,
"id": 1,
"trace": "activerecord (7.1.3.4) lib/active_record/relation/finder_methods.rb:522:in `find_one'"
},
{
"exception_object_id": 323000,
"id": 2,
"trace": "activerecord (7.1.3.4) lib/active_record/relation/finder_methods.rb:499:in `find_with_ids'"
},
{
"exception_object_id": 323000,
"id": 3,
"trace": "activerecord (7.1.3.4) lib/active_record/relation/finder_methods.rb:92:in `find'"
},
{
"exception_object_id": 323000,
"id": 4,
"trace": "activerecord (7.1.3.4) lib/active_record/querying.rb:23:in `find'"
},
{
"exception_object_id": 323000,
"id": 5,
"trace": "activerecord (7.1.3.4) lib/active_record/core.rb:246:in `find'"
},
{
"exception_object_id": 323000,
"id": 7,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:403:in `block in make_lambda'"
},
{
"exception_object_id": 323000,
"id": 8,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:202:in `block (2 levels) in halting'"
},
{
"exception_object_id": 323000,
"id": 9,
"trace": "actionpack (7.1.3.4) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'"
},
{
"exception_object_id": 323000,
"id": 10,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:203:in `block in halting'"
},
{
"exception_object_id": 323000,
"id": 11,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:598:in `block in invoke_before'"
},
{
"exception_object_id": 323000,
"id": 12,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:598:in `each'"
},
{
"exception_object_id": 323000,
"id": 13,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:598:in `invoke_before'"
},
{
"exception_object_id": 323000,
"id": 14,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:119:in `block in run_callbacks'"
},
{
"exception_object_id": 323000,
"id": 15,
"trace": "audited (5.4.3) lib/audited/sweeper.rb:16:in `around'"
},
{
"exception_object_id": 323000,
"id": 16,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:130:in `block in run_callbacks'"
},
{
"exception_object_id": 323000,
"id": 17,
"trace": "anycable-rails-core (1.4.4) lib/anycable/rails.rb:33:in `with_socket_id'"
},
{
"exception_object_id": 323000,
"id": 18,
"trace": "anycable-rails-core (1.4.4) lib/anycable/rails/socket_id_tracking.rb:15:in `anycable_tracking_socket_id'"
},
{
"exception_object_id": 323000,
"id": 19,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:130:in `block in run_callbacks'"
},
{
"exception_object_id": 323000,
"id": 20,
"trace": "audited (5.4.3) lib/audited/sweeper.rb:16:in `around'"
},
{
"exception_object_id": 323000,
"id": 21,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:130:in `block in run_callbacks'"
},
{
"exception_object_id": 323000,
"id": 22,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:141:in `run_callbacks'"
},
{
"exception_object_id": 323000,
"id": 23,
"trace": "actionpack (7.1.3.4) lib/abstract_controller/callbacks.rb:258:in `process_action'"
},
{
"exception_object_id": 323000,
"id": 24,
"trace": "actionpack (7.1.3.4) lib/action_controller/metal/rescue.rb:25:in `process_action'"
},
{
"exception_object_id": 323000,
"id": 25,
"trace": "actionpack (7.1.3.4) lib/action_controller/metal/instrumentation.rb:74:in `block in process_action'"
},
{
"exception_object_id": 323000,
"id": 26,
"trace": "activesupport (7.1.3.4) lib/active_support/notifications.rb:206:in `block in instrument'"
},
{
"exception_object_id": 323000,
"id": 27,
"trace": "activesupport (7.1.3.4) lib/active_support/notifications/instrumenter.rb:58:in `instrument'"
},
{
"exception_object_id": 323000,
"id": 28,
"trace": "activesupport (7.1.3.4) lib/active_support/notifications.rb:206:in `instrument'"
},
{
"exception_object_id": 323000,
"id": 29,
"trace": "actionpack (7.1.3.4) lib/action_controller/metal/instrumentation.rb:73:in `process_action'"
},
{
"exception_object_id": 323000,
"id": 30,
"trace": "actionpack (7.1.3.4) lib/action_controller/metal/params_wrapper.rb:261:in `process_action'"
},
{
"exception_object_id": 323000,
"id": 31,
"trace": "activerecord (7.1.3.4) lib/active_record/railties/controller_runtime.rb:32:in `process_action'"
},
{
"exception_object_id": 323000,
"id": 32,
"trace": "actionpack (7.1.3.4) lib/abstract_controller/base.rb:160:in `process'"
},
{
"exception_object_id": 323000,
"id": 33,
"trace": "actionpack (7.1.3.4) lib/action_controller/metal.rb:227:in `dispatch'"
},
{
"exception_object_id": 323000,
"id": 34,
"trace": "actionpack (7.1.3.4) lib/action_controller/metal.rb:309:in `dispatch'"
},
{
"exception_object_id": 323000,
"id": 35,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'"
},
{
"exception_object_id": 323000,
"id": 36,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/routing/route_set.rb:32:in `serve'"
},
{
"exception_object_id": 323000,
"id": 37,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/journey/router.rb:51:in `block in serve'"
},
{
"exception_object_id": 323000,
"id": 38,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/journey/router.rb:131:in `block in find_routes'"
},
{
"exception_object_id": 323000,
"id": 39,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/journey/router.rb:124:in `each'"
},
{
"exception_object_id": 323000,
"id": 40,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/journey/router.rb:124:in `find_routes'"
},
{
"exception_object_id": 323000,
"id": 41,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/journey/router.rb:32:in `serve'"
},
{
"exception_object_id": 323000,
"id": 42,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/routing/route_set.rb:882:in `call'"
},
{
"exception_object_id": 323000,
"id": 43,
"trace": "omniauth (2.1.2) lib/omniauth/strategy.rb:202:in `call!'"
},
{
"exception_object_id": 323000,
"id": 44,
"trace": "omniauth (2.1.2) lib/omniauth/strategy.rb:169:in `call'"
},
{
"exception_object_id": 323000,
"id": 45,
"trace": "omniauth (2.1.2) lib/omniauth/strategy.rb:202:in `call!'"
},
{
"exception_object_id": 323000,
"id": 46,
"trace": "omniauth (2.1.2) lib/omniauth/strategy.rb:169:in `call'"
},
{
"exception_object_id": 323000,
"id": 47,
"trace": "bullet (7.1.6) lib/bullet/rack.rb:17:in `call'"
},
{
"exception_object_id": 323000,
"id": 48,
"trace": "warden-jwt_auth (0.8.0) lib/warden/jwt_auth/middleware/token_dispatcher.rb:20:in `call'"
},
{
"exception_object_id": 323000,
"id": 49,
"trace": "warden-jwt_auth (0.8.0) lib/warden/jwt_auth/middleware/revocation_manager.rb:21:in `call'"
},
{
"exception_object_id": 323000,
"id": 50,
"trace": "rack (3.0.10) lib/rack/builder.rb:264:in `call'"
},
{
"exception_object_id": 323000,
"id": 51,
"trace": "warden-jwt_auth (0.8.0) lib/warden/jwt_auth/middleware.rb:22:in `call'"
},
{
"exception_object_id": 323000,
"id": 52,
"trace": "rack-session (2.0.0) lib/rack/session/abstract/id.rb:272:in `context'"
},
{
"exception_object_id": 323000,
"id": 53,
"trace": "rack-session (2.0.0) lib/rack/session/abstract/id.rb:266:in `call'"
},
{
"exception_object_id": 323000,
"id": 54,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/middleware/cookies.rb:689:in `call'"
},
{
"exception_object_id": 323000,
"id": 55,
"trace": "warden (1.2.9) lib/warden/manager.rb:36:in `block in call'"
},
{
"exception_object_id": 323000,
"id": 56,
"trace": "warden (1.2.9) lib/warden/manager.rb:34:in `catch'"
},
{
"exception_object_id": 323000,
"id": 57,
"trace": "warden (1.2.9) lib/warden/manager.rb:34:in `call'"
},
{
"exception_object_id": 323000,
"id": 58,
"trace": "rack (3.0.10) lib/rack/etag.rb:29:in `call'"
},
{
"exception_object_id": 323000,
"id": 59,
"trace": "rack (3.0.10) lib/rack/conditional_get.rb:43:in `call'"
},
{
"exception_object_id": 323000,
"id": 60,
"trace": "rack (3.0.10) lib/rack/head.rb:15:in `call'"
},
{
"exception_object_id": 323000,
"id": 61,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'"
},
{
"exception_object_id": 323000,
"id": 62,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:101:in `run_callbacks'"
},
{
"exception_object_id": 323000,
"id": 63,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/middleware/callbacks.rb:28:in `call'"
},
{
"exception_object_id": 323000,
"id": 64,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/middleware/actionable_exceptions.rb:16:in `call'"
},
{
"exception_object_id": 323000,
"id": 65,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'"
},
{
"exception_object_id": 323000,
"id": 66,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'"
},
{
"exception_object_id": 323000,
"id": 67,
"trace": "railties (7.1.3.4) lib/rails/rack/logger.rb:37:in `call_app'"
},
{
"exception_object_id": 323000,
"id": 68,
"trace": "railties (7.1.3.4) lib/rails/rack/logger.rb:24:in `block in call'"
},
{
"exception_object_id": 323000,
"id": 69,
"trace": "activesupport (7.1.3.4) lib/active_support/tagged_logging.rb:135:in `block in tagged'"
},
{
"exception_object_id": 323000,
"id": 70,
"trace": "activesupport (7.1.3.4) lib/active_support/tagged_logging.rb:39:in `tagged'"
},
{
"exception_object_id": 323000,
"id": 71,
"trace": "activesupport (7.1.3.4) lib/active_support/tagged_logging.rb:135:in `tagged'"
},
{
"exception_object_id": 323000,
"id": 72,
"trace": "activesupport (7.1.3.4) lib/active_support/broadcast_logger.rb:240:in `method_missing'"
},
{
"exception_object_id": 323000,
"id": 73,
"trace": "railties (7.1.3.4) lib/rails/rack/logger.rb:24:in `call'"
},
{
"exception_object_id": 323000,
"id": 74,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/middleware/remote_ip.rb:92:in `call'"
},
{
"exception_object_id": 323000,
"id": 75,
"trace": "request_store (1.6.0) lib/request_store/middleware.rb:19:in `call'"
},
{
"exception_object_id": 323000,
"id": 76,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/middleware/request_id.rb:28:in `call'"
},
{
"exception_object_id": 323000,
"id": 77,
"trace": "rack (3.0.10) lib/rack/runtime.rb:24:in `call'"
},
{
"exception_object_id": 323000,
"id": 78,
"trace": "activesupport (7.1.3.4) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'"
},
{
"exception_object_id": 323000,
"id": 79,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/middleware/executor.rb:14:in `call'"
},
{
"exception_object_id": 323000,
"id": 80,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/middleware/static.rb:25:in `call'"
},
{
"exception_object_id": 323000,
"id": 81,
"trace": "rack (3.0.10) lib/rack/sendfile.rb:114:in `call'"
},
{
"exception_object_id": 323000,
"id": 82,
"trace": "rack-cors (2.0.2) lib/rack/cors.rb:102:in `call'"
},
{
"exception_object_id": 323000,
"id": 83,
"trace": "railties (7.1.3.4) lib/rails/engine.rb:536:in `call'"
},
{
"exception_object_id": 323000,
"id": 84,
"trace": "rack-test (2.1.0) lib/rack/test.rb:360:in `process_request'"
},
{
"exception_object_id": 323000,
"id": 85,
"trace": "rack-test (2.1.0) lib/rack/test.rb:163:in `custom_request'"
},
{
"exception_object_id": 323000,
"id": 86,
"trace": "rack-test (2.1.0) lib/rack/test.rb:112:in `post'"
},
{
"exception_object_id": 323000,
"id": 87,
"trace": "/Users/andriimazurok/.rvm/rubies/ruby-3.3.1/lib/ruby/3.3.0/forwardable.rb:240:in `post'"
},
{
"exception_object_id": 323000,
"id": 88,
"trace": "rspec_api_documentation (6.1.0) lib/rspec_api_documentation/rack_test_client.rb:38:in `do_request'"
},
{
"exception_object_id": 323000,
"id": 89,
"trace": "rspec_api_documentation (6.1.0) lib/rspec_api_documentation/client_base.rb:42:in `process'"
},
{
"exception_object_id": 323000,
"id": 90,
"trace": "rspec_api_documentation (6.1.0) lib/rspec_api_documentation/client_base.rb:16:in `post'"
},
{
"exception_object_id": 323000,
"id": 91,
"trace": "rspec_api_documentation (6.1.0) lib/rspec_api_documentation/dsl/endpoint.rb:64:in `do_request'"
},
{
"exception_object_id": 323000,
"id": 92,
"trace": "spec/acceptance/v1/notes_spec.rb:42:in `block (4 levels) in <top (required)>'"
},
{
"exception_object_id": 323000,
"id": 93,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:263:in `instance_exec'"
},
{
"exception_object_id": 323000,
"id": 94,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:263:in `block in run'"
},
{
"exception_object_id": 323000,
"id": 95,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'"
},
{
"exception_object_id": 323000,
"id": 96,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'"
},
{
"exception_object_id": 323000,
"id": 97,
"trace": "rspec-core (3.12.2) lib/rspec/core/hooks.rb:486:in `block in run'"
},
{
"exception_object_id": 323000,
"id": 98,
"trace": "rspec-core (3.12.2) lib/rspec/core/hooks.rb:626:in `block in run_around_example_hooks_for'"
},
{
"exception_object_id": 323000,
"id": 99,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:352:in `call'"
},
{
"exception_object_id": 323000,
"id": 100,
"trace": "rspec-rails (6.1.1) lib/rspec/rails/adapters.rb:75:in `block (2 levels) in <module:MinitestLifecycleAdapter>'"
},
{
"exception_object_id": 323000,
"id": 101,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:457:in `instance_exec'"
},
{
"exception_object_id": 323000,
"id": 102,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:457:in `instance_exec'"
},
{
"exception_object_id": 323000,
"id": 103,
"trace": "rspec-core (3.12.2) lib/rspec/core/hooks.rb:390:in `execute_with'"
},
{
"exception_object_id": 323000,
"id": 104,
"trace": "rspec-core (3.12.2) lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'"
},
{
"exception_object_id": 323000,
"id": 105,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:352:in `call'"
},
{
"exception_object_id": 323000,
"id": 106,
"trace": "spec/support/sidekiq.rb:28:in `block (3 levels) in <top (required)>'"
},
{
"exception_object_id": 323000,
"id": 107,
"trace": "sidekiq (7.2.4) lib/sidekiq/testing.rb:23:in `__set_test_mode'"
},
{
"exception_object_id": 323000,
"id": 108,
"trace": "sidekiq (7.2.4) lib/sidekiq/testing.rb:53:in `inline!'"
},
{
"exception_object_id": 323000,
"id": 109,
"trace": "spec/support/sidekiq.rb:28:in `block (2 levels) in <top (required)>'"
},
{
"exception_object_id": 323000,
"id": 110,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:457:in `instance_exec'"
},
{
"exception_object_id": 323000,
"id": 111,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:457:in `instance_exec'"
},
{
"exception_object_id": 323000,
"id": 112,
"trace": "rspec-core (3.12.2) lib/rspec/core/hooks.rb:390:in `execute_with'"
},
{
"exception_object_id": 323000,
"id": 113,
"trace": "rspec-core (3.12.2) lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'"
},
{
"exception_object_id": 323000,
"id": 114,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:352:in `call'"
},
{
"exception_object_id": 323000,
"id": 115,
"trace": "rspec-retry (0.6.2) lib/rspec/retry.rb:124:in `block in run'"
},
{
"exception_object_id": 323000,
"id": 116,
"trace": "<internal:kernel>:187:in `loop'"
},
{
"exception_object_id": 323000,
"id": 117,
"trace": "rspec-retry (0.6.2) lib/rspec/retry.rb:110:in `run'"
},
{
"exception_object_id": 323000,
"id": 118,
"trace": "rspec-retry (0.6.2) lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'"
},
{
"exception_object_id": 323000,
"id": 119,
"trace": "rspec-retry (0.6.2) lib/rspec/retry.rb:37:in `block (2 levels) in setup'"
},
{
"exception_object_id": 323000,
"id": 120,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:457:in `instance_exec'"
},
{
"exception_object_id": 323000,
"id": 121,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:457:in `instance_exec'"
},
{
"exception_object_id": 323000,
"id": 122,
"trace": "rspec-core (3.12.2) lib/rspec/core/hooks.rb:390:in `execute_with'"
},
{
"exception_object_id": 323000,
"id": 123,
"trace": "rspec-core (3.12.2) lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'"
},
{
"exception_object_id": 323000,
"id": 124,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:352:in `call'"
},
{
"exception_object_id": 323000,
"id": 125,
"trace": "rspec-core (3.12.2) lib/rspec/core/hooks.rb:629:in `run_around_example_hooks_for'"
},
{
"exception_object_id": 323000,
"id": 126,
"trace": "rspec-core (3.12.2) lib/rspec/core/hooks.rb:486:in `run'"
},
{
"exception_object_id": 323000,
"id": 127,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:468:in `with_around_example_hooks'"
},
{
"exception_object_id": 323000,
"id": 128,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'"
},
{
"exception_object_id": 323000,
"id": 129,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:259:in `run'"
},
{
"exception_object_id": 323000,
"id": 130,
"trace": "rspec-core (3.12.2) lib/rspec/core/example_group.rb:646:in `block in run_examples'"
},
{
"exception_object_id": 323000,
"id": 131,
"trace": "rspec-core (3.12.2) lib/rspec/core/example_group.rb:642:in `map'"
},
{
"exception_object_id": 323000,
"id": 132,
"trace": "rspec-core (3.12.2) lib/rspec/core/example_group.rb:642:in `run_examples'"
},
{
"exception_object_id": 323000,
"id": 133,
"trace": "rspec-core (3.12.2) lib/rspec/core/example_group.rb:607:in `run'"
},
{
"exception_object_id": 323000,
"id": 134,
"trace": "rspec-core (3.12.2) lib/rspec/core/example_group.rb:608:in `block in run'"
},
{
"exception_object_id": 323000,
"id": 135,
"trace": "rspec-core (3.12.2) lib/rspec/core/example_group.rb:608:in `map'"
},
{
"exception_object_id": 323000,
"id": 136,
"trace": "rspec-core (3.12.2) lib/rspec/core/example_group.rb:608:in `run'"
},
{
"exception_object_id": 323000,
"id": 137,
"trace": "rspec-core (3.12.2) lib/rspec/core/example_group.rb:608:in `block in run'"
},
{
"exception_object_id": 323000,
"id": 138,
"trace": "rspec-core (3.12.2) lib/rspec/core/example_group.rb:608:in `map'"
},
{
"exception_object_id": 323000,
"id": 139,
"trace": "rspec-core (3.12.2) lib/rspec/core/example_group.rb:608:in `run'"
},
{
"exception_object_id": 323000,
"id": 140,
"trace": "rspec-core (3.12.2) lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'"
},
{
"exception_object_id": 323000,
"id": 141,
"trace": "rspec-core (3.12.2) lib/rspec/core/runner.rb:121:in `map'"
},
{
"exception_object_id": 323000,
"id": 142,
"trace": "rspec-core (3.12.2) lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'"
},
{
"exception_object_id": 323000,
"id": 143,
"trace": "rspec-core (3.12.2) lib/rspec/core/configuration.rb:2070:in `with_suite_hooks'"
},
{
"exception_object_id": 323000,
"id": 144,
"trace": "rspec-core (3.12.2) lib/rspec/core/runner.rb:116:in `block in run_specs'"
},
{
"exception_object_id": 323000,
"id": 145,
"trace": "rspec-core (3.12.2) lib/rspec/core/reporter.rb:74:in `report'"
},
{
"exception_object_id": 323000,
"id": 146,
"trace": "rspec-core (3.12.2) lib/rspec/core/runner.rb:115:in `run_specs'"
},
{
"exception_object_id": 323000,
"id": 147,
"trace": "rspec-core (3.12.2) lib/rspec/core/runner.rb:89:in `run'"
},
{
"exception_object_id": 323000,
"id": 148,
"trace": "rspec-core (3.12.2) lib/rspec/core/runner.rb:71:in `run'"
},
{
"exception_object_id": 323000,
"id": 149,
"trace": "rspec-core (3.12.2) lib/rspec/core/runner.rb:45:in `invoke'"
},
{
"exception_object_id": 323000,
"id": 150,
"trace": "rspec-core (3.12.2) exe/rspec:4:in `<main>'"
}
],
"Full Trace": [
{
"exception_object_id": 323000,
"id": 0,
"trace": "activerecord (7.1.3.4) lib/active_record/relation/finder_methods.rb:416:in `raise_record_not_found_exception!'"
},
{
"exception_object_id": 323000,
"id": 1,
"trace": "activerecord (7.1.3.4) lib/active_record/relation/finder_methods.rb:522:in `find_one'"
},
{
"exception_object_id": 323000,
"id": 2,
"trace": "activerecord (7.1.3.4) lib/active_record/relation/finder_methods.rb:499:in `find_with_ids'"
},
{
"exception_object_id": 323000,
"id": 3,
"trace": "activerecord (7.1.3.4) lib/active_record/relation/finder_methods.rb:92:in `find'"
},
{
"exception_object_id": 323000,
"id": 4,
"trace": "activerecord (7.1.3.4) lib/active_record/querying.rb:23:in `find'"
},
{
"exception_object_id": 323000,
"id": 5,
"trace": "activerecord (7.1.3.4) lib/active_record/core.rb:246:in `find'"
},
{
"exception_object_id": 323000,
"id": 6,
"trace": "app/controllers/api/v1/notes_controller.rb:18:in `find_profile'"
},
{
"exception_object_id": 323000,
"id": 7,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:403:in `block in make_lambda'"
},
{
"exception_object_id": 323000,
"id": 8,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:202:in `block (2 levels) in halting'"
},
{
"exception_object_id": 323000,
"id": 9,
"trace": "actionpack (7.1.3.4) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'"
},
{
"exception_object_id": 323000,
"id": 10,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:203:in `block in halting'"
},
{
"exception_object_id": 323000,
"id": 11,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:598:in `block in invoke_before'"
},
{
"exception_object_id": 323000,
"id": 12,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:598:in `each'"
},
{
"exception_object_id": 323000,
"id": 13,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:598:in `invoke_before'"
},
{
"exception_object_id": 323000,
"id": 14,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:119:in `block in run_callbacks'"
},
{
"exception_object_id": 323000,
"id": 15,
"trace": "audited (5.4.3) lib/audited/sweeper.rb:16:in `around'"
},
{
"exception_object_id": 323000,
"id": 16,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:130:in `block in run_callbacks'"
},
{
"exception_object_id": 323000,
"id": 17,
"trace": "anycable-rails-core (1.4.4) lib/anycable/rails.rb:33:in `with_socket_id'"
},
{
"exception_object_id": 323000,
"id": 18,
"trace": "anycable-rails-core (1.4.4) lib/anycable/rails/socket_id_tracking.rb:15:in `anycable_tracking_socket_id'"
},
{
"exception_object_id": 323000,
"id": 19,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:130:in `block in run_callbacks'"
},
{
"exception_object_id": 323000,
"id": 20,
"trace": "audited (5.4.3) lib/audited/sweeper.rb:16:in `around'"
},
{
"exception_object_id": 323000,
"id": 21,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:130:in `block in run_callbacks'"
},
{
"exception_object_id": 323000,
"id": 22,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:141:in `run_callbacks'"
},
{
"exception_object_id": 323000,
"id": 23,
"trace": "actionpack (7.1.3.4) lib/abstract_controller/callbacks.rb:258:in `process_action'"
},
{
"exception_object_id": 323000,
"id": 24,
"trace": "actionpack (7.1.3.4) lib/action_controller/metal/rescue.rb:25:in `process_action'"
},
{
"exception_object_id": 323000,
"id": 25,
"trace": "actionpack (7.1.3.4) lib/action_controller/metal/instrumentation.rb:74:in `block in process_action'"
},
{
"exception_object_id": 323000,
"id": 26,
"trace": "activesupport (7.1.3.4) lib/active_support/notifications.rb:206:in `block in instrument'"
},
{
"exception_object_id": 323000,
"id": 27,
"trace": "activesupport (7.1.3.4) lib/active_support/notifications/instrumenter.rb:58:in `instrument'"
},
{
"exception_object_id": 323000,
"id": 28,
"trace": "activesupport (7.1.3.4) lib/active_support/notifications.rb:206:in `instrument'"
},
{
"exception_object_id": 323000,
"id": 29,
"trace": "actionpack (7.1.3.4) lib/action_controller/metal/instrumentation.rb:73:in `process_action'"
},
{
"exception_object_id": 323000,
"id": 30,
"trace": "actionpack (7.1.3.4) lib/action_controller/metal/params_wrapper.rb:261:in `process_action'"
},
{
"exception_object_id": 323000,
"id": 31,
"trace": "activerecord (7.1.3.4) lib/active_record/railties/controller_runtime.rb:32:in `process_action'"
},
{
"exception_object_id": 323000,
"id": 32,
"trace": "actionpack (7.1.3.4) lib/abstract_controller/base.rb:160:in `process'"
},
{
"exception_object_id": 323000,
"id": 33,
"trace": "actionpack (7.1.3.4) lib/action_controller/metal.rb:227:in `dispatch'"
},
{
"exception_object_id": 323000,
"id": 34,
"trace": "actionpack (7.1.3.4) lib/action_controller/metal.rb:309:in `dispatch'"
},
{
"exception_object_id": 323000,
"id": 35,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'"
},
{
"exception_object_id": 323000,
"id": 36,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/routing/route_set.rb:32:in `serve'"
},
{
"exception_object_id": 323000,
"id": 37,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/journey/router.rb:51:in `block in serve'"
},
{
"exception_object_id": 323000,
"id": 38,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/journey/router.rb:131:in `block in find_routes'"
},
{
"exception_object_id": 323000,
"id": 39,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/journey/router.rb:124:in `each'"
},
{
"exception_object_id": 323000,
"id": 40,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/journey/router.rb:124:in `find_routes'"
},
{
"exception_object_id": 323000,
"id": 41,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/journey/router.rb:32:in `serve'"
},
{
"exception_object_id": 323000,
"id": 42,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/routing/route_set.rb:882:in `call'"
},
{
"exception_object_id": 323000,
"id": 43,
"trace": "omniauth (2.1.2) lib/omniauth/strategy.rb:202:in `call!'"
},
{
"exception_object_id": 323000,
"id": 44,
"trace": "omniauth (2.1.2) lib/omniauth/strategy.rb:169:in `call'"
},
{
"exception_object_id": 323000,
"id": 45,
"trace": "omniauth (2.1.2) lib/omniauth/strategy.rb:202:in `call!'"
},
{
"exception_object_id": 323000,
"id": 46,
"trace": "omniauth (2.1.2) lib/omniauth/strategy.rb:169:in `call'"
},
{
"exception_object_id": 323000,
"id": 47,
"trace": "bullet (7.1.6) lib/bullet/rack.rb:17:in `call'"
},
{
"exception_object_id": 323000,
"id": 48,
"trace": "warden-jwt_auth (0.8.0) lib/warden/jwt_auth/middleware/token_dispatcher.rb:20:in `call'"
},
{
"exception_object_id": 323000,
"id": 49,
"trace": "warden-jwt_auth (0.8.0) lib/warden/jwt_auth/middleware/revocation_manager.rb:21:in `call'"
},
{
"exception_object_id": 323000,
"id": 50,
"trace": "rack (3.0.10) lib/rack/builder.rb:264:in `call'"
},
{
"exception_object_id": 323000,
"id": 51,
"trace": "warden-jwt_auth (0.8.0) lib/warden/jwt_auth/middleware.rb:22:in `call'"
},
{
"exception_object_id": 323000,
"id": 52,
"trace": "rack-session (2.0.0) lib/rack/session/abstract/id.rb:272:in `context'"
},
{
"exception_object_id": 323000,
"id": 53,
"trace": "rack-session (2.0.0) lib/rack/session/abstract/id.rb:266:in `call'"
},
{
"exception_object_id": 323000,
"id": 54,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/middleware/cookies.rb:689:in `call'"
},
{
"exception_object_id": 323000,
"id": 55,
"trace": "warden (1.2.9) lib/warden/manager.rb:36:in `block in call'"
},
{
"exception_object_id": 323000,
"id": 56,
"trace": "warden (1.2.9) lib/warden/manager.rb:34:in `catch'"
},
{
"exception_object_id": 323000,
"id": 57,
"trace": "warden (1.2.9) lib/warden/manager.rb:34:in `call'"
},
{
"exception_object_id": 323000,
"id": 58,
"trace": "rack (3.0.10) lib/rack/etag.rb:29:in `call'"
},
{
"exception_object_id": 323000,
"id": 59,
"trace": "rack (3.0.10) lib/rack/conditional_get.rb:43:in `call'"
},
{
"exception_object_id": 323000,
"id": 60,
"trace": "rack (3.0.10) lib/rack/head.rb:15:in `call'"
},
{
"exception_object_id": 323000,
"id": 61,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'"
},
{
"exception_object_id": 323000,
"id": 62,
"trace": "activesupport (7.1.3.4) lib/active_support/callbacks.rb:101:in `run_callbacks'"
},
{
"exception_object_id": 323000,
"id": 63,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/middleware/callbacks.rb:28:in `call'"
},
{
"exception_object_id": 323000,
"id": 64,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/middleware/actionable_exceptions.rb:16:in `call'"
},
{
"exception_object_id": 323000,
"id": 65,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'"
},
{
"exception_object_id": 323000,
"id": 66,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'"
},
{
"exception_object_id": 323000,
"id": 67,
"trace": "railties (7.1.3.4) lib/rails/rack/logger.rb:37:in `call_app'"
},
{
"exception_object_id": 323000,
"id": 68,
"trace": "railties (7.1.3.4) lib/rails/rack/logger.rb:24:in `block in call'"
},
{
"exception_object_id": 323000,
"id": 69,
"trace": "activesupport (7.1.3.4) lib/active_support/tagged_logging.rb:135:in `block in tagged'"
},
{
"exception_object_id": 323000,
"id": 70,
"trace": "activesupport (7.1.3.4) lib/active_support/tagged_logging.rb:39:in `tagged'"
},
{
"exception_object_id": 323000,
"id": 71,
"trace": "activesupport (7.1.3.4) lib/active_support/tagged_logging.rb:135:in `tagged'"
},
{
"exception_object_id": 323000,
"id": 72,
"trace": "activesupport (7.1.3.4) lib/active_support/broadcast_logger.rb:240:in `method_missing'"
},
{
"exception_object_id": 323000,
"id": 73,
"trace": "railties (7.1.3.4) lib/rails/rack/logger.rb:24:in `call'"
},
{
"exception_object_id": 323000,
"id": 74,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/middleware/remote_ip.rb:92:in `call'"
},
{
"exception_object_id": 323000,
"id": 75,
"trace": "request_store (1.6.0) lib/request_store/middleware.rb:19:in `call'"
},
{
"exception_object_id": 323000,
"id": 76,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/middleware/request_id.rb:28:in `call'"
},
{
"exception_object_id": 323000,
"id": 77,
"trace": "rack (3.0.10) lib/rack/runtime.rb:24:in `call'"
},
{
"exception_object_id": 323000,
"id": 78,
"trace": "activesupport (7.1.3.4) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'"
},
{
"exception_object_id": 323000,
"id": 79,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/middleware/executor.rb:14:in `call'"
},
{
"exception_object_id": 323000,
"id": 80,
"trace": "actionpack (7.1.3.4) lib/action_dispatch/middleware/static.rb:25:in `call'"
},
{
"exception_object_id": 323000,
"id": 81,
"trace": "rack (3.0.10) lib/rack/sendfile.rb:114:in `call'"
},
{
"exception_object_id": 323000,
"id": 82,
"trace": "rack-cors (2.0.2) lib/rack/cors.rb:102:in `call'"
},
{
"exception_object_id": 323000,
"id": 83,
"trace": "railties (7.1.3.4) lib/rails/engine.rb:536:in `call'"
},
{
"exception_object_id": 323000,
"id": 84,
"trace": "rack-test (2.1.0) lib/rack/test.rb:360:in `process_request'"
},
{
"exception_object_id": 323000,
"id": 85,
"trace": "rack-test (2.1.0) lib/rack/test.rb:163:in `custom_request'"
},
{
"exception_object_id": 323000,
"id": 86,
"trace": "rack-test (2.1.0) lib/rack/test.rb:112:in `post'"
},
{
"exception_object_id": 323000,
"id": 87,
"trace": "/Users/andriimazurok/.rvm/rubies/ruby-3.3.1/lib/ruby/3.3.0/forwardable.rb:240:in `post'"
},
{
"exception_object_id": 323000,
"id": 88,
"trace": "rspec_api_documentation (6.1.0) lib/rspec_api_documentation/rack_test_client.rb:38:in `do_request'"
},
{
"exception_object_id": 323000,
"id": 89,
"trace": "rspec_api_documentation (6.1.0) lib/rspec_api_documentation/client_base.rb:42:in `process'"
},
{
"exception_object_id": 323000,
"id": 90,
"trace": "rspec_api_documentation (6.1.0) lib/rspec_api_documentation/client_base.rb:16:in `post'"
},
{
"exception_object_id": 323000,
"id": 91,
"trace": "rspec_api_documentation (6.1.0) lib/rspec_api_documentation/dsl/endpoint.rb:64:in `do_request'"
},
{
"exception_object_id": 323000,
"id": 92,
"trace": "spec/acceptance/v1/notes_spec.rb:42:in `block (4 levels) in <top (required)>'"
},
{
"exception_object_id": 323000,
"id": 93,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:263:in `instance_exec'"
},
{
"exception_object_id": 323000,
"id": 94,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:263:in `block in run'"
},
{
"exception_object_id": 323000,
"id": 95,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'"
},
{
"exception_object_id": 323000,
"id": 96,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'"
},
{
"exception_object_id": 323000,
"id": 97,
"trace": "rspec-core (3.12.2) lib/rspec/core/hooks.rb:486:in `block in run'"
},
{
"exception_object_id": 323000,
"id": 98,
"trace": "rspec-core (3.12.2) lib/rspec/core/hooks.rb:626:in `block in run_around_example_hooks_for'"
},
{
"exception_object_id": 323000,
"id": 99,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:352:in `call'"
},
{
"exception_object_id": 323000,
"id": 100,
"trace": "rspec-rails (6.1.1) lib/rspec/rails/adapters.rb:75:in `block (2 levels) in <module:MinitestLifecycleAdapter>'"
},
{
"exception_object_id": 323000,
"id": 101,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:457:in `instance_exec'"
},
{
"exception_object_id": 323000,
"id": 102,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:457:in `instance_exec'"
},
{
"exception_object_id": 323000,
"id": 103,
"trace": "rspec-core (3.12.2) lib/rspec/core/hooks.rb:390:in `execute_with'"
},
{
"exception_object_id": 323000,
"id": 104,
"trace": "rspec-core (3.12.2) lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'"
},
{
"exception_object_id": 323000,
"id": 105,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:352:in `call'"
},
{
"exception_object_id": 323000,
"id": 106,
"trace": "spec/support/sidekiq.rb:28:in `block (3 levels) in <top (required)>'"
},
{
"exception_object_id": 323000,
"id": 107,
"trace": "sidekiq (7.2.4) lib/sidekiq/testing.rb:23:in `__set_test_mode'"
},
{
"exception_object_id": 323000,
"id": 108,
"trace": "sidekiq (7.2.4) lib/sidekiq/testing.rb:53:in `inline!'"
},
{
"exception_object_id": 323000,
"id": 109,
"trace": "spec/support/sidekiq.rb:28:in `block (2 levels) in <top (required)>'"
},
{
"exception_object_id": 323000,
"id": 110,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:457:in `instance_exec'"
},
{
"exception_object_id": 323000,
"id": 111,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:457:in `instance_exec'"
},
{
"exception_object_id": 323000,
"id": 112,
"trace": "rspec-core (3.12.2) lib/rspec/core/hooks.rb:390:in `execute_with'"
},
{
"exception_object_id": 323000,
"id": 113,
"trace": "rspec-core (3.12.2) lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'"
},
{
"exception_object_id": 323000,
"id": 114,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:352:in `call'"
},
{
"exception_object_id": 323000,
"id": 115,
"trace": "rspec-retry (0.6.2) lib/rspec/retry.rb:124:in `block in run'"
},
{
"exception_object_id": 323000,
"id": 116,
"trace": "<internal:kernel>:187:in `loop'"
},
{
"exception_object_id": 323000,
"id": 117,
"trace": "rspec-retry (0.6.2) lib/rspec/retry.rb:110:in `run'"
},
{
"exception_object_id": 323000,
"id": 118,
"trace": "rspec-retry (0.6.2) lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'"
},
{
"exception_object_id": 323000,
"id": 119,
"trace": "rspec-retry (0.6.2) lib/rspec/retry.rb:37:in `block (2 levels) in setup'"
},
{
"exception_object_id": 323000,
"id": 120,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:457:in `instance_exec'"
},
{
"exception_object_id": 323000,
"id": 121,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:457:in `instance_exec'"
},
{
"exception_object_id": 323000,
"id": 122,
"trace": "rspec-core (3.12.2) lib/rspec/core/hooks.rb:390:in `execute_with'"
},
{
"exception_object_id": 323000,
"id": 123,
"trace": "rspec-core (3.12.2) lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'"
},
{
"exception_object_id": 323000,
"id": 124,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:352:in `call'"
},
{
"exception_object_id": 323000,
"id": 125,
"trace": "rspec-core (3.12.2) lib/rspec/core/hooks.rb:629:in `run_around_example_hooks_for'"
},
{
"exception_object_id": 323000,
"id": 126,
"trace": "rspec-core (3.12.2) lib/rspec/core/hooks.rb:486:in `run'"
},
{
"exception_object_id": 323000,
"id": 127,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:468:in `with_around_example_hooks'"
},
{
"exception_object_id": 323000,
"id": 128,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'"
},
{
"exception_object_id": 323000,
"id": 129,
"trace": "rspec-core (3.12.2) lib/rspec/core/example.rb:259:in `run'"
},
{
"exception_object_id": 323000,
"id": 130,
"trace": "rspec-core (3.12.2) lib/rspec/core/example_group.rb:646:in `block in run_examples'"
},
{
"exception_object_id": 323000,
"id": 131,
"trace": "rspec-core (3.12.2) lib/rspec/core/example_group.rb:642:in `map'"
},
{
"exception_object_id": 323000,
"id": 132,
"trace": "rspec-core (3.12.2) lib/rspec/core/example_group.rb:642:in `run_examples'"
},
{
"exception_object_id": 323000,
"id": 133,
"trace": "rspec-core (3.12.2) lib/rspec/core/example_group.rb:607:in `run'"
},
{
"exception_object_id": 323000,
"id": 134,
"trace": "rspec-core (3.12.2) lib/rspec/core/example_group.rb:608:in `block in run'"
},
{
"exception_object_id": 323000,
"id": 135,
"trace": "rspec-core (3.12.2) lib/rspec/core/example_group.rb:608:in `map'"
},
{
"exception_object_id": 323000,
"id": 136,
"trace": "rspec-core (3.12.2) lib/rspec/core/example_group.rb:608:in `run'"
},
{
"exception_object_id": 323000,
"id": 137,
"trace": "rspec-core (3.12.2) lib/rspec/core/example_group.rb:608:in `block in run'"
},
{
"exception_object_id": 323000,
"id": 138,
"trace": "rspec-core (3.12.2) lib/rspec/core/example_group.rb:608:in `map'"
},
{
"exception_object_id": 323000,
"id": 139,
"trace": "rspec-core (3.12.2) lib/rspec/core/example_group.rb:608:in `run'"
},
{
"exception_object_id": 323000,
"id": 140,
"trace": "rspec-core (3.12.2) lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'"
},
{
"exception_object_id": 323000,
"id": 141,
"trace": "rspec-core (3.12.2) lib/rspec/core/runner.rb:121:in `map'"
},
{
"exception_object_id": 323000,
"id": 142,
"trace": "rspec-core (3.12.2) lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'"
},
{
"exception_object_id": 323000,
"id": 143,
"trace": "rspec-core (3.12.2) lib/rspec/core/configuration.rb:2070:in `with_suite_hooks'"
},
{
"exception_object_id": 323000,
"id": 144,
"trace": "rspec-core (3.12.2) lib/rspec/core/runner.rb:116:in `block in run_specs'"
},
{
"exception_object_id": 323000,
"id": 145,
"trace": "rspec-core (3.12.2) lib/rspec/core/reporter.rb:74:in `report'"
},
{
"exception_object_id": 323000,
"id": 146,
"trace": "rspec-core (3.12.2) lib/rspec/core/runner.rb:115:in `run_specs'"
},
{
"exception_object_id": 323000,
"id": 147,
"trace": "rspec-core (3.12.2) lib/rspec/core/runner.rb:89:in `run'"
},
{
"exception_object_id": 323000,
"id": 148,
"trace": "rspec-core (3.12.2) lib/rspec/core/runner.rb:71:in `run'"
},
{
"exception_object_id": 323000,
"id": 149,
"trace": "rspec-core (3.12.2) lib/rspec/core/runner.rb:45:in `invoke'"
},
{
"exception_object_id": 323000,
"id": 150,
"trace": "rspec-core (3.12.2) exe/rspec:4:in `<main>'"
}
]
}
}