Skip to content

Commit

Permalink
specifying uid to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcam-src committed Jul 17, 2024
1 parent eb30131 commit 15d48f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/hyrax/downloads_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

RSpec.describe Hyrax::DownloadsController, type: :controller do
routes { Hyrax::Engine.routes }
let(:user) { FactoryBot.create(:user) }
let(:user) { FactoryBot.create(:user, uid: 'downloads_controller_test_user') }
let(:spec_base_analytics_url) { 'https://analytics-qa.lib.unc.edu' }
let(:spec_site_id) { '5' }
let(:spec_auth_token) { 'testtoken' }
Expand Down

0 comments on commit 15d48f0

Please sign in to comment.