diff --git a/vm/tests/solutions/spec/liferay/liferay_spec.rb b/vm/tests/solutions/spec/liferay/liferay_spec.rb index 0b642d0ef4..9c0ec26eea 100644 --- a/vm/tests/solutions/spec/liferay/liferay_spec.rb +++ b/vm/tests/solutions/spec/liferay/liferay_spec.rb @@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ end describe 'Liferay bundle should exists' do - describe file('/opt/liferay/readme.html') do + describe file('/opt/liferay/bundles/liferay/readme.html') do it { should exist } end end