CFINSPEC-85: Fix lint that's offensive to RuboCop

Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
Sonu Saha 2022-03-23 22:43:02 +05:30
parent 94850eaed6
commit c43ef573b8

View file

@ -51,7 +51,7 @@ describe "Inspec::Resources::DockerContainer" do
it "checks if a volume has been mounted for the docker resource" do
resource = load_resource("docker_container", "trusting_williams")
_(resource.has_volume?('/app', '/var/lib/docker/volumes/myvol2/_data')).must_equal true
_(resource.has_volume?("/app", "/var/lib/docker/volumes/myvol2/_data")).must_equal true
end
end
end