Skip to content

Commit

Permalink
(maint) permit PlatformTagContainer class
Browse files Browse the repository at this point in the history
This commit adds the PlatformTagContainer class to the
HostsFileParser module so that tests can be re-run. This
class was added to the 5.x series in a previous commit [1]
but was not added to the 4.x branch. For context see issue
1753 [2].

[1]: 45f0bf9
[2]: #1753
  • Loading branch information
steveax committed Dec 13, 2023
1 parent ad238f0 commit 4f9854e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/beaker/options/hosts_file_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module Options
module HostsFileParser
PERMITTED_YAML_CLASSES = [
'Beaker',
'Beaker::DSL::TestTagging::PlatformTagConfiner',
'Beaker::Logger',
'Beaker::Options::OptionsHash',
'Beaker::Platform',
Expand Down

0 comments on commit 4f9854e

Please sign in to comment.