Skip to content

Commit

Permalink
Mobile: Fix flaky test (#16290)
Browse files Browse the repository at this point in the history
* Fix flaky test

* Rubocop

---------

Co-authored-by: Tonksthebear <[email protected]>
  • Loading branch information
Tonksthebear and jasonhoc authored Apr 10, 2024
1 parent 37eaf5c commit ecdde3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/mobile/spec/request/authorized_services_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
let!(:user) { sis_user }
let(:attributes) { response.parsed_body.dig('data', 'attributes') }

before { Flipper.enable('va_online_scheduling') }

describe 'GET /mobile/v0/user/authorized-services' do
it 'includes a hash with all available services and a boolean value of if the user has access' do
get '/mobile/v0/user/authorized-services', headers: sis_headers,
Expand Down

0 comments on commit ecdde3a

Please sign in to comment.