Skip to content

Commit

Permalink
Adjust user for bsv_export spec
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWalkingLeek committed Sep 26, 2023
1 parent e251ea0 commit f213943
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/controllers/event/lists_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@

describe 'GET #bsv_export' do
let(:rows) { response.body.delete_prefix(Export::Csv::UTF8_BOM).split("\r\n") }
let(:user) { people(:bulei) }
let(:user) { Fabricate(Group::Root::Admin.sti_name.to_sym,
group: groups(:root)).person }
let(:kind) { event_kinds(:fut) }
let(:person) do
Fabricate(:person, address: 'test_address',
Expand Down

0 comments on commit f213943

Please sign in to comment.