Skip to content

Commit c638cb9

Browse files
Test: update new supervisor phone number to a static value for consistency
Signed-off-by: Audrea Cook <[email protected]>
1 parent d061163 commit c638cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/system/supervisors/new_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
let(:admin) { create(:casa_admin) }
88
let(:new_supervisor_name) { Faker::Name.name }
99
let(:new_supervisor_email) { Faker::Internet.email }
10-
let(:new_supervisor_phone_number) { Faker::PhoneNumber.phone_number }
10+
let(:new_supervisor_phone_number) { "1234567890" }
1111

1212
before do
1313
# Stub the request to the URL shortener service (needed if phone is provided)

0 commit comments

Comments
 (0)