Skip to content

Commit

Permalink
don't cover fake provider in test
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Jan 16, 2025
1 parent 4261a37 commit 2a581af
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ def validate_instance_data(_instance_data)
end

def parse_instance_data
# :nocov:
if @instance_data.include? '<instance_data/>'
return { 'instance_data' => 'parsed_instance_data', 'example_id' => '1234' }
return { 'instance_data' => 'parsed_instance_data', 'example_id' => '1234' } # :nocov:
end
# :nocov:

if @instance_data.include?('SUSE')
if @instance_data.include?('SAP')
Expand Down

0 comments on commit 2a581af

Please sign in to comment.