File tree Expand file tree Collapse file tree
lung_cancer_screening/questions/tests/unit/views Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ def test_post_redirects_to_frequency_if_one_type_of_tobacco_smoking_history_give
169169
170170 response = self .client .post (
171171 reverse ("questions:types_tobacco_smoking" ),
172- {"value" : [TobaccoSmokingHistoryTypes .PIPE .value ]}
172+ {"value" : [TobaccoSmokingHistoryTypes .PIPE .value ]}
173173 )
174174
175175 self .assertRedirects (response , reverse ("questions:smoking_frequency" , kwargs = {
@@ -210,7 +210,7 @@ def test_post_redirects_to_frequency_if_one_type_of_tobacco_smoking_history_give
210210
211211 response = self .client .post (
212212 reverse ("questions:types_tobacco_smoking" ),
213- {"value" : [TobaccoSmokingHistoryTypes .PIPE .value ]}
213+ {"value" : [TobaccoSmokingHistoryTypes .PIPE .value ]}
214214 )
215215
216216 self .assertRedirects (response , reverse ("questions:smoking_frequency" , kwargs = {
You can’t perform that action at this time.
0 commit comments