File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,11 +61,11 @@ def asana_task_url(task_id)
6161 end
6262
6363 it "extracts task ID from a URL in focused mode" do
64- expect ( extract_asana_task_id ( "https://app.asana.com/1/1234/project/5678/task/9999?focused =true" ) ) . to eq ( "9999" )
64+ expect ( extract_asana_task_id ( "https://app.asana.com/1/1234/project/5678/task/9999?focus =true" ) ) . to eq ( "9999" )
6565 end
6666
6767 it "extracts item ID from an inbox URL in focused mode" do
68- expect ( extract_asana_task_id ( "https://app.asana.com/1/1234/inbox/1201462763372724/item/1209665761833605/story/1209665761833609?focused =true" ) ) . to eq ( "1209665761833605" )
68+ expect ( extract_asana_task_id ( "https://app.asana.com/1/1234/inbox/1201462763372724/item/1209665761833605/story/1209665761833609?focus =true" ) ) . to eq ( "1209665761833605" )
6969 end
7070 end
7171
You can’t perform that action at this time.
0 commit comments