File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8686 create_order : false
8787 )
8888
89- expect ( create_estimate_response . data . type ) . to eq 'shipping '
89+ expect ( create_estimate_response . data . type ) . to eq 'ecommerce '
9090 expect ( create_estimate_response . data . mass_g ) . to be >= 10_000
9191 end
9292
Original file line number Diff line number Diff line change 7676 it 'retrieves projects in the requested language' do
7777 projects_response = Patch ::Project . retrieve_projects ( accept_language : 'fr' )
7878
79- expect ( projects_response . data . first . name ) . to include 'Démo ' # French
79+ expect ( projects_response . data . first . name ) . to include 'Projet de test ' # French
8080
8181 project_id = projects_response . data . first . id
8282 project_response = Patch ::Project . retrieve_project ( project_id , accept_language : 'fr' )
83- expect ( project_response . data . name ) . to include 'Démo ' # Frenc
83+ expect ( project_response . data . name ) . to include 'Projet de test ' # French
8484 end
8585end
You can’t perform that action at this time.
0 commit comments