Skip to content

Commit

Permalink
remove unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
qcannon committed Mar 28, 2024
1 parent 59ac0f7 commit 3adfbce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/requests/admin/split_details_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
include Warden::Test::Helpers

describe 'GET /admin' do
let(:default_app) { FactoryBot.create(:app, name: "default_app", auth_secret: "6Sd6T7T6Q8hKcoo0t8CTzV0IdN1EEHqXB2Ig4raZsOf") }
let(:admin) { FactoryBot.create(:admin) }
let(:deployment_env_label) { 'Stage Environment' }
let(:banner_tag) { "<p class=\"banner-text\">" }
Expand Down

0 comments on commit 3adfbce

Please sign in to comment.