We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2985dde commit 10162bbCopy full SHA for 10162bb
spec/helpers/pageflow/panorama/packages_helper_spec.rb
@@ -36,7 +36,7 @@ module Panorama
36
}
37
38
url = helper.panorama_url(configuration)
39
- expect(url).to match(/#{panorama_package_file.id}\/unpacked\/#{panorama_package_file.perma_id}/)
+ expect(url).to match(/#{panorama_package_file.id}\/unpacked\/#{panorama_package_file.id}/)
40
end
41
42
0 commit comments