File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 86
86
create_order : false
87
87
)
88
88
89
- expect ( create_estimate_response . data . type ) . to eq 'shipping '
89
+ expect ( create_estimate_response . data . type ) . to eq 'ecommerce '
90
90
expect ( create_estimate_response . data . mass_g ) . to be >= 10_000
91
91
end
92
92
Original file line number Diff line number Diff line change 74
74
it 'retrieves projects in the requested language' do
75
75
projects_response = Patch ::Project . retrieve_projects ( accept_language : 'fr' )
76
76
77
- expect ( projects_response . data . first . name ) . to include 'Démo' # French
77
+ expect ( projects_response . data . last . name ) . to include 'Démo' # French
78
78
79
- project_id = projects_response . data . first . id
79
+ project_id = projects_response . data . last . id
80
80
project_response = Patch ::Project . retrieve_project ( project_id , accept_language : 'fr' )
81
81
expect ( project_response . data . name ) . to include 'Démo' # Frenc
82
82
end
You can’t perform that action at this time.
0 commit comments