Skip to content

Commit 10162bb

Browse files
committed
Use correct id attribute in spec
File system paths use ids. Went unnoticed before because id and perma id where equal by coincidence.
1 parent 2985dde commit 10162bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/helpers/pageflow/panorama/packages_helper_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module Panorama
3636
}
3737

3838
url = helper.panorama_url(configuration)
39-
expect(url).to match(/#{panorama_package_file.id}\/unpacked\/#{panorama_package_file.perma_id}/)
39+
expect(url).to match(/#{panorama_package_file.id}\/unpacked\/#{panorama_package_file.id}/)
4040
end
4141
end
4242
end

0 commit comments

Comments
 (0)