Commit e8485060 by Jason Bau

one more cme_registration fix

parent 6e9b1f60
...@@ -401,10 +401,10 @@ class TestCmeRegistration(TestCase): ...@@ -401,10 +401,10 @@ class TestCmeRegistration(TestCase):
stanford_department='stanford_department', stanford_department='stanford_department',
address_1='address_1', address_1='address_1',
address_2='address_2', address_2='address_2',
city='city', city_cme='city',
state='state', state='state',
postal_code='postal_code', postal_code='postal_code',
country='country', country_cme='country',
county_province='county_province' county_province='county_province'
) )
...@@ -460,10 +460,10 @@ class TestCmeRegistration(TestCase): ...@@ -460,10 +460,10 @@ class TestCmeRegistration(TestCase):
stanford_department='stanford_department', stanford_department='stanford_department',
address_1='address_1', address_1='address_1',
address_2='address_2', address_2='address_2',
city='city', city_cme='city',
state='state', state='state',
postal_code='postal_code', postal_code='postal_code',
country='country', country_cme='country',
county_province='county_province', county_province='county_province',
specialty='Patient care', specialty='Patient care',
sub_specialty='Legs and feet', sub_specialty='Legs and feet',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment