mirror of
https://github.com/inspec/inspec
synced 2024-11-14 00:47:10 +00:00
CFINSPEC-272: Enhance resource_id: sybase_session
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
parent
d306ceca9a
commit
98c66ad838
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ module Inspec::Resources
|
|||
end
|
||||
|
||||
def resource_id
|
||||
"Sybase Session"
|
||||
@database || "Sybase Session"
|
||||
end
|
||||
|
||||
def to_s
|
||||
|
|
Loading…
Reference in a new issue