Notes

Create an internal note for a profile

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.eyJzdWIiOiIxNTA5Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTQzLCJleHAiOjE3NDUwNTY5NDMsImp0aSI6IjNmNTY1OGU0LTFiYmItNDc3My04NTI0LTZkZGY2MmYyZjlmYyJ9.14GI6Q-OV5KUSJw6vZQZKUR-TW_Tnhygy14iwvqNNC8
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: 36597
x-request-id: e16a3c5e-240f-446a-b937-705deee2b009
x-runtime: 0.078809
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": 338660,
        "id": 6,
        "trace": "app/controllers/api/v1/notes_controller.rb:18:in `find_profile'"
      }
    ],
    "Framework Trace": [
      {
        "exception_object_id": 338660,
        "id": 0,
        "trace": "activerecord (7.2.2.1) lib/active_record/relation/finder_methods.rb:428:in `raise_record_not_found_exception!'"
      },
      {
        "exception_object_id": 338660,
        "id": 1,
        "trace": "activerecord (7.2.2.1) lib/active_record/relation/finder_methods.rb:536:in `find_one'"
      },
      {
        "exception_object_id": 338660,
        "id": 2,
        "trace": "activerecord (7.2.2.1) lib/active_record/relation/finder_methods.rb:513:in `find_with_ids'"
      },
      {
        "exception_object_id": 338660,
        "id": 3,
        "trace": "activerecord (7.2.2.1) lib/active_record/relation/finder_methods.rb:100:in `find'"
      },
      {
        "exception_object_id": 338660,
        "id": 4,
        "trace": "activerecord (7.2.2.1) lib/active_record/querying.rb:24:in `find'"
      },
      {
        "exception_object_id": 338660,
        "id": 5,
        "trace": "activerecord (7.2.2.1) lib/active_record/core.rb:261:in `find'"
      },
      {
        "exception_object_id": 338660,
        "id": 7,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:362:in `block in make_lambda'"
      },
      {
        "exception_object_id": 338660,
        "id": 8,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:179:in `block in call'"
      },
      {
        "exception_object_id": 338660,
        "id": 9,
        "trace": "actionpack (7.2.2.1) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'"
      },
      {
        "exception_object_id": 338660,
        "id": 10,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:180:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 11,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:559:in `block in invoke_before'"
      },
      {
        "exception_object_id": 338660,
        "id": 12,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:559:in `each'"
      },
      {
        "exception_object_id": 338660,
        "id": 13,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:559:in `invoke_before'"
      },
      {
        "exception_object_id": 338660,
        "id": 14,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:119:in `block in run_callbacks'"
      },
      {
        "exception_object_id": 338660,
        "id": 15,
        "trace": "audited (5.8.0) lib/audited/sweeper.rb:16:in `around'"
      },
      {
        "exception_object_id": 338660,
        "id": 16,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:130:in `block in run_callbacks'"
      },
      {
        "exception_object_id": 338660,
        "id": 17,
        "trace": "anycable-rails-core (1.4.4) lib/anycable/rails.rb:33:in `with_socket_id'"
      },
      {
        "exception_object_id": 338660,
        "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": 338660,
        "id": 19,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:130:in `block in run_callbacks'"
      },
      {
        "exception_object_id": 338660,
        "id": 20,
        "trace": "audited (5.8.0) lib/audited/sweeper.rb:16:in `around'"
      },
      {
        "exception_object_id": 338660,
        "id": 21,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:130:in `block in run_callbacks'"
      },
      {
        "exception_object_id": 338660,
        "id": 22,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:141:in `run_callbacks'"
      },
      {
        "exception_object_id": 338660,
        "id": 23,
        "trace": "actionpack (7.2.2.1) lib/abstract_controller/callbacks.rb:260:in `process_action'"
      },
      {
        "exception_object_id": 338660,
        "id": 24,
        "trace": "actionpack (7.2.2.1) lib/action_controller/metal/rescue.rb:27:in `process_action'"
      },
      {
        "exception_object_id": 338660,
        "id": 25,
        "trace": "actionpack (7.2.2.1) lib/action_controller/metal/instrumentation.rb:77:in `block in process_action'"
      },
      {
        "exception_object_id": 338660,
        "id": 26,
        "trace": "activesupport (7.2.2.1) lib/active_support/notifications.rb:210:in `block in instrument'"
      },
      {
        "exception_object_id": 338660,
        "id": 27,
        "trace": "activesupport (7.2.2.1) lib/active_support/notifications/instrumenter.rb:58:in `instrument'"
      },
      {
        "exception_object_id": 338660,
        "id": 28,
        "trace": "activesupport (7.2.2.1) lib/active_support/notifications.rb:210:in `instrument'"
      },
      {
        "exception_object_id": 338660,
        "id": 29,
        "trace": "actionpack (7.2.2.1) lib/action_controller/metal/instrumentation.rb:76:in `process_action'"
      },
      {
        "exception_object_id": 338660,
        "id": 30,
        "trace": "actionpack (7.2.2.1) lib/action_controller/metal/params_wrapper.rb:259:in `process_action'"
      },
      {
        "exception_object_id": 338660,
        "id": 31,
        "trace": "activerecord (7.2.2.1) lib/active_record/railties/controller_runtime.rb:39:in `process_action'"
      },
      {
        "exception_object_id": 338660,
        "id": 32,
        "trace": "actionpack (7.2.2.1) lib/abstract_controller/base.rb:163:in `process'"
      },
      {
        "exception_object_id": 338660,
        "id": 33,
        "trace": "actionview (7.2.2.1) lib/action_view/rendering.rb:40:in `process'"
      },
      {
        "exception_object_id": 338660,
        "id": 34,
        "trace": "actionpack (7.2.2.1) lib/action_controller/metal.rb:252:in `dispatch'"
      },
      {
        "exception_object_id": 338660,
        "id": 35,
        "trace": "actionpack (7.2.2.1) lib/action_controller/metal.rb:335:in `dispatch'"
      },
      {
        "exception_object_id": 338660,
        "id": 36,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/routing/route_set.rb:67:in `dispatch'"
      },
      {
        "exception_object_id": 338660,
        "id": 37,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/routing/route_set.rb:50:in `serve'"
      },
      {
        "exception_object_id": 338660,
        "id": 38,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/journey/router.rb:53:in `block in serve'"
      },
      {
        "exception_object_id": 338660,
        "id": 39,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/journey/router.rb:133:in `block in find_routes'"
      },
      {
        "exception_object_id": 338660,
        "id": 40,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/journey/router.rb:126:in `each'"
      },
      {
        "exception_object_id": 338660,
        "id": 41,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/journey/router.rb:126:in `find_routes'"
      },
      {
        "exception_object_id": 338660,
        "id": 42,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/journey/router.rb:34:in `serve'"
      },
      {
        "exception_object_id": 338660,
        "id": 43,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/routing/route_set.rb:896:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 44,
        "trace": "omniauth (2.1.2) lib/omniauth/strategy.rb:202:in `call!'"
      },
      {
        "exception_object_id": 338660,
        "id": 45,
        "trace": "omniauth (2.1.2) lib/omniauth/strategy.rb:169:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 46,
        "trace": "omniauth (2.1.2) lib/omniauth/strategy.rb:202:in `call!'"
      },
      {
        "exception_object_id": 338660,
        "id": 47,
        "trace": "omniauth (2.1.2) lib/omniauth/strategy.rb:169:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 48,
        "trace": "bullet (8.0.1) lib/bullet/rack.rb:17:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 49,
        "trace": "warden-jwt_auth (0.8.0) lib/warden/jwt_auth/middleware/token_dispatcher.rb:20:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 50,
        "trace": "warden-jwt_auth (0.8.0) lib/warden/jwt_auth/middleware/revocation_manager.rb:21:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 51,
        "trace": "rack (3.0.13) lib/rack/builder.rb:264:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 52,
        "trace": "warden-jwt_auth (0.8.0) lib/warden/jwt_auth/middleware.rb:22:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 53,
        "trace": "rack-session (2.1.0) lib/rack/session/abstract/id.rb:274:in `context'"
      },
      {
        "exception_object_id": 338660,
        "id": 54,
        "trace": "rack-session (2.1.0) lib/rack/session/abstract/id.rb:268:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 55,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/middleware/cookies.rb:704:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 56,
        "trace": "exception_notification (4.5.0) lib/exception_notification/rack.rb:49:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 57,
        "trace": "warden (1.2.9) lib/warden/manager.rb:36:in `block in call'"
      },
      {
        "exception_object_id": 338660,
        "id": 58,
        "trace": "warden (1.2.9) lib/warden/manager.rb:34:in `catch'"
      },
      {
        "exception_object_id": 338660,
        "id": 59,
        "trace": "warden (1.2.9) lib/warden/manager.rb:34:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 60,
        "trace": "rack (3.0.13) lib/rack/etag.rb:29:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 61,
        "trace": "rack (3.0.13) lib/rack/conditional_get.rb:43:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 62,
        "trace": "rack (3.0.13) lib/rack/head.rb:15:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 63,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/middleware/callbacks.rb:31:in `block in call'"
      },
      {
        "exception_object_id": 338660,
        "id": 64,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:101:in `run_callbacks'"
      },
      {
        "exception_object_id": 338660,
        "id": 65,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/middleware/callbacks.rb:30:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 66,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 67,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:31:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 68,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:32:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 69,
        "trace": "railties (7.2.2.1) lib/rails/rack/logger.rb:41:in `call_app'"
      },
      {
        "exception_object_id": 338660,
        "id": 70,
        "trace": "railties (7.2.2.1) lib/rails/rack/logger.rb:29:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 71,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:96:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 72,
        "trace": "request_store (1.6.0) lib/request_store/middleware.rb:19:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 73,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/middleware/request_id.rb:33:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 74,
        "trace": "rack (3.0.13) lib/rack/runtime.rb:24:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 75,
        "trace": "activesupport (7.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 76,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/middleware/executor.rb:16:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 77,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/middleware/static.rb:27:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 78,
        "trace": "rack (3.0.13) lib/rack/sendfile.rb:114:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 79,
        "trace": "rack-cors (2.0.2) lib/rack/cors.rb:102:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 80,
        "trace": "railties (7.2.2.1) lib/rails/engine.rb:535:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 81,
        "trace": "rack-test (2.2.0) lib/rack/test.rb:360:in `process_request'"
      },
      {
        "exception_object_id": 338660,
        "id": 82,
        "trace": "rack-test (2.2.0) lib/rack/test.rb:163:in `custom_request'"
      },
      {
        "exception_object_id": 338660,
        "id": 83,
        "trace": "rack-test (2.2.0) lib/rack/test.rb:112:in `post'"
      },
      {
        "exception_object_id": 338660,
        "id": 84,
        "trace": "/Users/andriimazurok/.rvm/rubies/ruby-3.3.1/lib/ruby/3.3.0/forwardable.rb:240:in `post'"
      },
      {
        "exception_object_id": 338660,
        "id": 85,
        "trace": "rspec_api_documentation (6.1.0) lib/rspec_api_documentation/rack_test_client.rb:38:in `do_request'"
      },
      {
        "exception_object_id": 338660,
        "id": 86,
        "trace": "rspec_api_documentation (6.1.0) lib/rspec_api_documentation/client_base.rb:42:in `process'"
      },
      {
        "exception_object_id": 338660,
        "id": 87,
        "trace": "rspec_api_documentation (6.1.0) lib/rspec_api_documentation/client_base.rb:16:in `post'"
      },
      {
        "exception_object_id": 338660,
        "id": 88,
        "trace": "rspec_api_documentation (6.1.0) lib/rspec_api_documentation/dsl/endpoint.rb:64:in `do_request'"
      },
      {
        "exception_object_id": 338660,
        "id": 89,
        "trace": "spec/acceptance/v1/notes_spec.rb:42:in `block (4 levels) in <top (required)>'"
      },
      {
        "exception_object_id": 338660,
        "id": 90,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:263:in `instance_exec'"
      },
      {
        "exception_object_id": 338660,
        "id": 91,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:263:in `block in run'"
      },
      {
        "exception_object_id": 338660,
        "id": 92,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'"
      },
      {
        "exception_object_id": 338660,
        "id": 93,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'"
      },
      {
        "exception_object_id": 338660,
        "id": 94,
        "trace": "rspec-core (3.13.3) lib/rspec/core/hooks.rb:486:in `block in run'"
      },
      {
        "exception_object_id": 338660,
        "id": 95,
        "trace": "rspec-core (3.13.3) lib/rspec/core/hooks.rb:626:in `block in run_around_example_hooks_for'"
      },
      {
        "exception_object_id": 338660,
        "id": 96,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:352:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 97,
        "trace": "rspec-rails (6.1.1) lib/rspec/rails/adapters.rb:75:in `block (2 levels) in <module:MinitestLifecycleAdapter>'"
      },
      {
        "exception_object_id": 338660,
        "id": 98,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:457:in `instance_exec'"
      },
      {
        "exception_object_id": 338660,
        "id": 99,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:457:in `instance_exec'"
      },
      {
        "exception_object_id": 338660,
        "id": 100,
        "trace": "rspec-core (3.13.3) lib/rspec/core/hooks.rb:390:in `execute_with'"
      },
      {
        "exception_object_id": 338660,
        "id": 101,
        "trace": "rspec-core (3.13.3) lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'"
      },
      {
        "exception_object_id": 338660,
        "id": 102,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:352:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 103,
        "trace": "spec/support/sidekiq.rb:28:in `block (3 levels) in <top (required)>'"
      },
      {
        "exception_object_id": 338660,
        "id": 104,
        "trace": "sidekiq (7.2.4) lib/sidekiq/testing.rb:23:in `__set_test_mode'"
      },
      {
        "exception_object_id": 338660,
        "id": 105,
        "trace": "sidekiq (7.2.4) lib/sidekiq/testing.rb:53:in `inline!'"
      },
      {
        "exception_object_id": 338660,
        "id": 106,
        "trace": "spec/support/sidekiq.rb:28:in `block (2 levels) in <top (required)>'"
      },
      {
        "exception_object_id": 338660,
        "id": 107,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:457:in `instance_exec'"
      },
      {
        "exception_object_id": 338660,
        "id": 108,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:457:in `instance_exec'"
      },
      {
        "exception_object_id": 338660,
        "id": 109,
        "trace": "rspec-core (3.13.3) lib/rspec/core/hooks.rb:390:in `execute_with'"
      },
      {
        "exception_object_id": 338660,
        "id": 110,
        "trace": "rspec-core (3.13.3) lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'"
      },
      {
        "exception_object_id": 338660,
        "id": 111,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:352:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 112,
        "trace": "rspec-retry (0.6.2) lib/rspec/retry.rb:124:in `block in run'"
      },
      {
        "exception_object_id": 338660,
        "id": 113,
        "trace": "<internal:kernel>:187:in `loop'"
      },
      {
        "exception_object_id": 338660,
        "id": 114,
        "trace": "rspec-retry (0.6.2) lib/rspec/retry.rb:110:in `run'"
      },
      {
        "exception_object_id": 338660,
        "id": 115,
        "trace": "rspec-retry (0.6.2) lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'"
      },
      {
        "exception_object_id": 338660,
        "id": 116,
        "trace": "rspec-retry (0.6.2) lib/rspec/retry.rb:37:in `block (2 levels) in setup'"
      },
      {
        "exception_object_id": 338660,
        "id": 117,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:457:in `instance_exec'"
      },
      {
        "exception_object_id": 338660,
        "id": 118,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:457:in `instance_exec'"
      },
      {
        "exception_object_id": 338660,
        "id": 119,
        "trace": "rspec-core (3.13.3) lib/rspec/core/hooks.rb:390:in `execute_with'"
      },
      {
        "exception_object_id": 338660,
        "id": 120,
        "trace": "rspec-core (3.13.3) lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'"
      },
      {
        "exception_object_id": 338660,
        "id": 121,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:352:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 122,
        "trace": "rspec-core (3.13.3) lib/rspec/core/hooks.rb:629:in `run_around_example_hooks_for'"
      },
      {
        "exception_object_id": 338660,
        "id": 123,
        "trace": "rspec-core (3.13.3) lib/rspec/core/hooks.rb:486:in `run'"
      },
      {
        "exception_object_id": 338660,
        "id": 124,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:468:in `with_around_example_hooks'"
      },
      {
        "exception_object_id": 338660,
        "id": 125,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'"
      },
      {
        "exception_object_id": 338660,
        "id": 126,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:259:in `run'"
      },
      {
        "exception_object_id": 338660,
        "id": 127,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example_group.rb:646:in `block in run_examples'"
      },
      {
        "exception_object_id": 338660,
        "id": 128,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example_group.rb:642:in `map'"
      },
      {
        "exception_object_id": 338660,
        "id": 129,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example_group.rb:642:in `run_examples'"
      },
      {
        "exception_object_id": 338660,
        "id": 130,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example_group.rb:607:in `run'"
      },
      {
        "exception_object_id": 338660,
        "id": 131,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example_group.rb:608:in `block in run'"
      },
      {
        "exception_object_id": 338660,
        "id": 132,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example_group.rb:608:in `map'"
      },
      {
        "exception_object_id": 338660,
        "id": 133,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example_group.rb:608:in `run'"
      },
      {
        "exception_object_id": 338660,
        "id": 134,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example_group.rb:608:in `block in run'"
      },
      {
        "exception_object_id": 338660,
        "id": 135,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example_group.rb:608:in `map'"
      },
      {
        "exception_object_id": 338660,
        "id": 136,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example_group.rb:608:in `run'"
      },
      {
        "exception_object_id": 338660,
        "id": 137,
        "trace": "rspec-core (3.13.3) lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'"
      },
      {
        "exception_object_id": 338660,
        "id": 138,
        "trace": "rspec-core (3.13.3) lib/rspec/core/runner.rb:121:in `map'"
      },
      {
        "exception_object_id": 338660,
        "id": 139,
        "trace": "rspec-core (3.13.3) lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'"
      },
      {
        "exception_object_id": 338660,
        "id": 140,
        "trace": "rspec-core (3.13.3) lib/rspec/core/configuration.rb:2097:in `with_suite_hooks'"
      },
      {
        "exception_object_id": 338660,
        "id": 141,
        "trace": "rspec-core (3.13.3) lib/rspec/core/runner.rb:116:in `block in run_specs'"
      },
      {
        "exception_object_id": 338660,
        "id": 142,
        "trace": "rspec-core (3.13.3) lib/rspec/core/reporter.rb:74:in `report'"
      },
      {
        "exception_object_id": 338660,
        "id": 143,
        "trace": "rspec-core (3.13.3) lib/rspec/core/runner.rb:115:in `run_specs'"
      },
      {
        "exception_object_id": 338660,
        "id": 144,
        "trace": "rspec-core (3.13.3) lib/rspec/core/runner.rb:89:in `run'"
      },
      {
        "exception_object_id": 338660,
        "id": 145,
        "trace": "rspec-core (3.13.3) lib/rspec/core/runner.rb:71:in `run'"
      },
      {
        "exception_object_id": 338660,
        "id": 146,
        "trace": "rspec-core (3.13.3) lib/rspec/core/runner.rb:45:in `invoke'"
      },
      {
        "exception_object_id": 338660,
        "id": 147,
        "trace": "rspec-core (3.13.3) exe/rspec:4:in `<main>'"
      }
    ],
    "Full Trace": [
      {
        "exception_object_id": 338660,
        "id": 0,
        "trace": "activerecord (7.2.2.1) lib/active_record/relation/finder_methods.rb:428:in `raise_record_not_found_exception!'"
      },
      {
        "exception_object_id": 338660,
        "id": 1,
        "trace": "activerecord (7.2.2.1) lib/active_record/relation/finder_methods.rb:536:in `find_one'"
      },
      {
        "exception_object_id": 338660,
        "id": 2,
        "trace": "activerecord (7.2.2.1) lib/active_record/relation/finder_methods.rb:513:in `find_with_ids'"
      },
      {
        "exception_object_id": 338660,
        "id": 3,
        "trace": "activerecord (7.2.2.1) lib/active_record/relation/finder_methods.rb:100:in `find'"
      },
      {
        "exception_object_id": 338660,
        "id": 4,
        "trace": "activerecord (7.2.2.1) lib/active_record/querying.rb:24:in `find'"
      },
      {
        "exception_object_id": 338660,
        "id": 5,
        "trace": "activerecord (7.2.2.1) lib/active_record/core.rb:261:in `find'"
      },
      {
        "exception_object_id": 338660,
        "id": 6,
        "trace": "app/controllers/api/v1/notes_controller.rb:18:in `find_profile'"
      },
      {
        "exception_object_id": 338660,
        "id": 7,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:362:in `block in make_lambda'"
      },
      {
        "exception_object_id": 338660,
        "id": 8,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:179:in `block in call'"
      },
      {
        "exception_object_id": 338660,
        "id": 9,
        "trace": "actionpack (7.2.2.1) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'"
      },
      {
        "exception_object_id": 338660,
        "id": 10,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:180:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 11,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:559:in `block in invoke_before'"
      },
      {
        "exception_object_id": 338660,
        "id": 12,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:559:in `each'"
      },
      {
        "exception_object_id": 338660,
        "id": 13,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:559:in `invoke_before'"
      },
      {
        "exception_object_id": 338660,
        "id": 14,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:119:in `block in run_callbacks'"
      },
      {
        "exception_object_id": 338660,
        "id": 15,
        "trace": "audited (5.8.0) lib/audited/sweeper.rb:16:in `around'"
      },
      {
        "exception_object_id": 338660,
        "id": 16,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:130:in `block in run_callbacks'"
      },
      {
        "exception_object_id": 338660,
        "id": 17,
        "trace": "anycable-rails-core (1.4.4) lib/anycable/rails.rb:33:in `with_socket_id'"
      },
      {
        "exception_object_id": 338660,
        "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": 338660,
        "id": 19,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:130:in `block in run_callbacks'"
      },
      {
        "exception_object_id": 338660,
        "id": 20,
        "trace": "audited (5.8.0) lib/audited/sweeper.rb:16:in `around'"
      },
      {
        "exception_object_id": 338660,
        "id": 21,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:130:in `block in run_callbacks'"
      },
      {
        "exception_object_id": 338660,
        "id": 22,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:141:in `run_callbacks'"
      },
      {
        "exception_object_id": 338660,
        "id": 23,
        "trace": "actionpack (7.2.2.1) lib/abstract_controller/callbacks.rb:260:in `process_action'"
      },
      {
        "exception_object_id": 338660,
        "id": 24,
        "trace": "actionpack (7.2.2.1) lib/action_controller/metal/rescue.rb:27:in `process_action'"
      },
      {
        "exception_object_id": 338660,
        "id": 25,
        "trace": "actionpack (7.2.2.1) lib/action_controller/metal/instrumentation.rb:77:in `block in process_action'"
      },
      {
        "exception_object_id": 338660,
        "id": 26,
        "trace": "activesupport (7.2.2.1) lib/active_support/notifications.rb:210:in `block in instrument'"
      },
      {
        "exception_object_id": 338660,
        "id": 27,
        "trace": "activesupport (7.2.2.1) lib/active_support/notifications/instrumenter.rb:58:in `instrument'"
      },
      {
        "exception_object_id": 338660,
        "id": 28,
        "trace": "activesupport (7.2.2.1) lib/active_support/notifications.rb:210:in `instrument'"
      },
      {
        "exception_object_id": 338660,
        "id": 29,
        "trace": "actionpack (7.2.2.1) lib/action_controller/metal/instrumentation.rb:76:in `process_action'"
      },
      {
        "exception_object_id": 338660,
        "id": 30,
        "trace": "actionpack (7.2.2.1) lib/action_controller/metal/params_wrapper.rb:259:in `process_action'"
      },
      {
        "exception_object_id": 338660,
        "id": 31,
        "trace": "activerecord (7.2.2.1) lib/active_record/railties/controller_runtime.rb:39:in `process_action'"
      },
      {
        "exception_object_id": 338660,
        "id": 32,
        "trace": "actionpack (7.2.2.1) lib/abstract_controller/base.rb:163:in `process'"
      },
      {
        "exception_object_id": 338660,
        "id": 33,
        "trace": "actionview (7.2.2.1) lib/action_view/rendering.rb:40:in `process'"
      },
      {
        "exception_object_id": 338660,
        "id": 34,
        "trace": "actionpack (7.2.2.1) lib/action_controller/metal.rb:252:in `dispatch'"
      },
      {
        "exception_object_id": 338660,
        "id": 35,
        "trace": "actionpack (7.2.2.1) lib/action_controller/metal.rb:335:in `dispatch'"
      },
      {
        "exception_object_id": 338660,
        "id": 36,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/routing/route_set.rb:67:in `dispatch'"
      },
      {
        "exception_object_id": 338660,
        "id": 37,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/routing/route_set.rb:50:in `serve'"
      },
      {
        "exception_object_id": 338660,
        "id": 38,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/journey/router.rb:53:in `block in serve'"
      },
      {
        "exception_object_id": 338660,
        "id": 39,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/journey/router.rb:133:in `block in find_routes'"
      },
      {
        "exception_object_id": 338660,
        "id": 40,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/journey/router.rb:126:in `each'"
      },
      {
        "exception_object_id": 338660,
        "id": 41,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/journey/router.rb:126:in `find_routes'"
      },
      {
        "exception_object_id": 338660,
        "id": 42,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/journey/router.rb:34:in `serve'"
      },
      {
        "exception_object_id": 338660,
        "id": 43,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/routing/route_set.rb:896:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 44,
        "trace": "omniauth (2.1.2) lib/omniauth/strategy.rb:202:in `call!'"
      },
      {
        "exception_object_id": 338660,
        "id": 45,
        "trace": "omniauth (2.1.2) lib/omniauth/strategy.rb:169:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 46,
        "trace": "omniauth (2.1.2) lib/omniauth/strategy.rb:202:in `call!'"
      },
      {
        "exception_object_id": 338660,
        "id": 47,
        "trace": "omniauth (2.1.2) lib/omniauth/strategy.rb:169:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 48,
        "trace": "bullet (8.0.1) lib/bullet/rack.rb:17:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 49,
        "trace": "warden-jwt_auth (0.8.0) lib/warden/jwt_auth/middleware/token_dispatcher.rb:20:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 50,
        "trace": "warden-jwt_auth (0.8.0) lib/warden/jwt_auth/middleware/revocation_manager.rb:21:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 51,
        "trace": "rack (3.0.13) lib/rack/builder.rb:264:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 52,
        "trace": "warden-jwt_auth (0.8.0) lib/warden/jwt_auth/middleware.rb:22:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 53,
        "trace": "rack-session (2.1.0) lib/rack/session/abstract/id.rb:274:in `context'"
      },
      {
        "exception_object_id": 338660,
        "id": 54,
        "trace": "rack-session (2.1.0) lib/rack/session/abstract/id.rb:268:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 55,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/middleware/cookies.rb:704:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 56,
        "trace": "exception_notification (4.5.0) lib/exception_notification/rack.rb:49:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 57,
        "trace": "warden (1.2.9) lib/warden/manager.rb:36:in `block in call'"
      },
      {
        "exception_object_id": 338660,
        "id": 58,
        "trace": "warden (1.2.9) lib/warden/manager.rb:34:in `catch'"
      },
      {
        "exception_object_id": 338660,
        "id": 59,
        "trace": "warden (1.2.9) lib/warden/manager.rb:34:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 60,
        "trace": "rack (3.0.13) lib/rack/etag.rb:29:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 61,
        "trace": "rack (3.0.13) lib/rack/conditional_get.rb:43:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 62,
        "trace": "rack (3.0.13) lib/rack/head.rb:15:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 63,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/middleware/callbacks.rb:31:in `block in call'"
      },
      {
        "exception_object_id": 338660,
        "id": 64,
        "trace": "activesupport (7.2.2.1) lib/active_support/callbacks.rb:101:in `run_callbacks'"
      },
      {
        "exception_object_id": 338660,
        "id": 65,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/middleware/callbacks.rb:30:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 66,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 67,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:31:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 68,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:32:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 69,
        "trace": "railties (7.2.2.1) lib/rails/rack/logger.rb:41:in `call_app'"
      },
      {
        "exception_object_id": 338660,
        "id": 70,
        "trace": "railties (7.2.2.1) lib/rails/rack/logger.rb:29:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 71,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:96:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 72,
        "trace": "request_store (1.6.0) lib/request_store/middleware.rb:19:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 73,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/middleware/request_id.rb:33:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 74,
        "trace": "rack (3.0.13) lib/rack/runtime.rb:24:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 75,
        "trace": "activesupport (7.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 76,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/middleware/executor.rb:16:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 77,
        "trace": "actionpack (7.2.2.1) lib/action_dispatch/middleware/static.rb:27:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 78,
        "trace": "rack (3.0.13) lib/rack/sendfile.rb:114:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 79,
        "trace": "rack-cors (2.0.2) lib/rack/cors.rb:102:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 80,
        "trace": "railties (7.2.2.1) lib/rails/engine.rb:535:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 81,
        "trace": "rack-test (2.2.0) lib/rack/test.rb:360:in `process_request'"
      },
      {
        "exception_object_id": 338660,
        "id": 82,
        "trace": "rack-test (2.2.0) lib/rack/test.rb:163:in `custom_request'"
      },
      {
        "exception_object_id": 338660,
        "id": 83,
        "trace": "rack-test (2.2.0) lib/rack/test.rb:112:in `post'"
      },
      {
        "exception_object_id": 338660,
        "id": 84,
        "trace": "/Users/andriimazurok/.rvm/rubies/ruby-3.3.1/lib/ruby/3.3.0/forwardable.rb:240:in `post'"
      },
      {
        "exception_object_id": 338660,
        "id": 85,
        "trace": "rspec_api_documentation (6.1.0) lib/rspec_api_documentation/rack_test_client.rb:38:in `do_request'"
      },
      {
        "exception_object_id": 338660,
        "id": 86,
        "trace": "rspec_api_documentation (6.1.0) lib/rspec_api_documentation/client_base.rb:42:in `process'"
      },
      {
        "exception_object_id": 338660,
        "id": 87,
        "trace": "rspec_api_documentation (6.1.0) lib/rspec_api_documentation/client_base.rb:16:in `post'"
      },
      {
        "exception_object_id": 338660,
        "id": 88,
        "trace": "rspec_api_documentation (6.1.0) lib/rspec_api_documentation/dsl/endpoint.rb:64:in `do_request'"
      },
      {
        "exception_object_id": 338660,
        "id": 89,
        "trace": "spec/acceptance/v1/notes_spec.rb:42:in `block (4 levels) in <top (required)>'"
      },
      {
        "exception_object_id": 338660,
        "id": 90,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:263:in `instance_exec'"
      },
      {
        "exception_object_id": 338660,
        "id": 91,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:263:in `block in run'"
      },
      {
        "exception_object_id": 338660,
        "id": 92,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'"
      },
      {
        "exception_object_id": 338660,
        "id": 93,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'"
      },
      {
        "exception_object_id": 338660,
        "id": 94,
        "trace": "rspec-core (3.13.3) lib/rspec/core/hooks.rb:486:in `block in run'"
      },
      {
        "exception_object_id": 338660,
        "id": 95,
        "trace": "rspec-core (3.13.3) lib/rspec/core/hooks.rb:626:in `block in run_around_example_hooks_for'"
      },
      {
        "exception_object_id": 338660,
        "id": 96,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:352:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 97,
        "trace": "rspec-rails (6.1.1) lib/rspec/rails/adapters.rb:75:in `block (2 levels) in <module:MinitestLifecycleAdapter>'"
      },
      {
        "exception_object_id": 338660,
        "id": 98,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:457:in `instance_exec'"
      },
      {
        "exception_object_id": 338660,
        "id": 99,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:457:in `instance_exec'"
      },
      {
        "exception_object_id": 338660,
        "id": 100,
        "trace": "rspec-core (3.13.3) lib/rspec/core/hooks.rb:390:in `execute_with'"
      },
      {
        "exception_object_id": 338660,
        "id": 101,
        "trace": "rspec-core (3.13.3) lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'"
      },
      {
        "exception_object_id": 338660,
        "id": 102,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:352:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 103,
        "trace": "spec/support/sidekiq.rb:28:in `block (3 levels) in <top (required)>'"
      },
      {
        "exception_object_id": 338660,
        "id": 104,
        "trace": "sidekiq (7.2.4) lib/sidekiq/testing.rb:23:in `__set_test_mode'"
      },
      {
        "exception_object_id": 338660,
        "id": 105,
        "trace": "sidekiq (7.2.4) lib/sidekiq/testing.rb:53:in `inline!'"
      },
      {
        "exception_object_id": 338660,
        "id": 106,
        "trace": "spec/support/sidekiq.rb:28:in `block (2 levels) in <top (required)>'"
      },
      {
        "exception_object_id": 338660,
        "id": 107,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:457:in `instance_exec'"
      },
      {
        "exception_object_id": 338660,
        "id": 108,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:457:in `instance_exec'"
      },
      {
        "exception_object_id": 338660,
        "id": 109,
        "trace": "rspec-core (3.13.3) lib/rspec/core/hooks.rb:390:in `execute_with'"
      },
      {
        "exception_object_id": 338660,
        "id": 110,
        "trace": "rspec-core (3.13.3) lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'"
      },
      {
        "exception_object_id": 338660,
        "id": 111,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:352:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 112,
        "trace": "rspec-retry (0.6.2) lib/rspec/retry.rb:124:in `block in run'"
      },
      {
        "exception_object_id": 338660,
        "id": 113,
        "trace": "<internal:kernel>:187:in `loop'"
      },
      {
        "exception_object_id": 338660,
        "id": 114,
        "trace": "rspec-retry (0.6.2) lib/rspec/retry.rb:110:in `run'"
      },
      {
        "exception_object_id": 338660,
        "id": 115,
        "trace": "rspec-retry (0.6.2) lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'"
      },
      {
        "exception_object_id": 338660,
        "id": 116,
        "trace": "rspec-retry (0.6.2) lib/rspec/retry.rb:37:in `block (2 levels) in setup'"
      },
      {
        "exception_object_id": 338660,
        "id": 117,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:457:in `instance_exec'"
      },
      {
        "exception_object_id": 338660,
        "id": 118,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:457:in `instance_exec'"
      },
      {
        "exception_object_id": 338660,
        "id": 119,
        "trace": "rspec-core (3.13.3) lib/rspec/core/hooks.rb:390:in `execute_with'"
      },
      {
        "exception_object_id": 338660,
        "id": 120,
        "trace": "rspec-core (3.13.3) lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'"
      },
      {
        "exception_object_id": 338660,
        "id": 121,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:352:in `call'"
      },
      {
        "exception_object_id": 338660,
        "id": 122,
        "trace": "rspec-core (3.13.3) lib/rspec/core/hooks.rb:629:in `run_around_example_hooks_for'"
      },
      {
        "exception_object_id": 338660,
        "id": 123,
        "trace": "rspec-core (3.13.3) lib/rspec/core/hooks.rb:486:in `run'"
      },
      {
        "exception_object_id": 338660,
        "id": 124,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:468:in `with_around_example_hooks'"
      },
      {
        "exception_object_id": 338660,
        "id": 125,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'"
      },
      {
        "exception_object_id": 338660,
        "id": 126,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example.rb:259:in `run'"
      },
      {
        "exception_object_id": 338660,
        "id": 127,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example_group.rb:646:in `block in run_examples'"
      },
      {
        "exception_object_id": 338660,
        "id": 128,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example_group.rb:642:in `map'"
      },
      {
        "exception_object_id": 338660,
        "id": 129,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example_group.rb:642:in `run_examples'"
      },
      {
        "exception_object_id": 338660,
        "id": 130,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example_group.rb:607:in `run'"
      },
      {
        "exception_object_id": 338660,
        "id": 131,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example_group.rb:608:in `block in run'"
      },
      {
        "exception_object_id": 338660,
        "id": 132,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example_group.rb:608:in `map'"
      },
      {
        "exception_object_id": 338660,
        "id": 133,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example_group.rb:608:in `run'"
      },
      {
        "exception_object_id": 338660,
        "id": 134,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example_group.rb:608:in `block in run'"
      },
      {
        "exception_object_id": 338660,
        "id": 135,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example_group.rb:608:in `map'"
      },
      {
        "exception_object_id": 338660,
        "id": 136,
        "trace": "rspec-core (3.13.3) lib/rspec/core/example_group.rb:608:in `run'"
      },
      {
        "exception_object_id": 338660,
        "id": 137,
        "trace": "rspec-core (3.13.3) lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'"
      },
      {
        "exception_object_id": 338660,
        "id": 138,
        "trace": "rspec-core (3.13.3) lib/rspec/core/runner.rb:121:in `map'"
      },
      {
        "exception_object_id": 338660,
        "id": 139,
        "trace": "rspec-core (3.13.3) lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'"
      },
      {
        "exception_object_id": 338660,
        "id": 140,
        "trace": "rspec-core (3.13.3) lib/rspec/core/configuration.rb:2097:in `with_suite_hooks'"
      },
      {
        "exception_object_id": 338660,
        "id": 141,
        "trace": "rspec-core (3.13.3) lib/rspec/core/runner.rb:116:in `block in run_specs'"
      },
      {
        "exception_object_id": 338660,
        "id": 142,
        "trace": "rspec-core (3.13.3) lib/rspec/core/reporter.rb:74:in `report'"
      },
      {
        "exception_object_id": 338660,
        "id": 143,
        "trace": "rspec-core (3.13.3) lib/rspec/core/runner.rb:115:in `run_specs'"
      },
      {
        "exception_object_id": 338660,
        "id": 144,
        "trace": "rspec-core (3.13.3) lib/rspec/core/runner.rb:89:in `run'"
      },
      {
        "exception_object_id": 338660,
        "id": 145,
        "trace": "rspec-core (3.13.3) lib/rspec/core/runner.rb:71:in `run'"
      },
      {
        "exception_object_id": 338660,
        "id": 146,
        "trace": "rspec-core (3.13.3) lib/rspec/core/runner.rb:45:in `invoke'"
      },
      {
        "exception_object_id": 338660,
        "id": 147,
        "trace": "rspec-core (3.13.3) exe/rspec:4:in `<main>'"
      }
    ]
  }
}