From b175f36261254ce66b9af7ce28e614aeb0c0b628 Mon Sep 17 00:00:00 2001 From: Zach Wolfenbarger Date: Tue, 28 May 2024 17:07:22 -0500 Subject: [PATCH] Fix hash alignment --- spec/controllers/api/v1/aggregations_controller_spec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/controllers/api/v1/aggregations_controller_spec.rb b/spec/controllers/api/v1/aggregations_controller_spec.rb index 50b08d047..1ce0378b7 100644 --- a/spec/controllers/api/v1/aggregations_controller_spec.rb +++ b/spec/controllers/api/v1/aggregations_controller_spec.rb @@ -34,7 +34,8 @@ let(:mock_agg) { instance_double(AggregationClient) } let(:create_params) do - { aggregations: + { + aggregations: { links: { user: authorized_user.id.to_s,