Skip to content

Commit

Permalink
add default host subnet resource
Browse files Browse the repository at this point in the history
  • Loading branch information
psimovec committed Oct 26, 2020
1 parent 8d459a9 commit f576c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/bugs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func TestArchiveContains(t *testing.T) {
t.Run("HostsSubnet",
genLatestArchiveCheckPattern(
"hosts subnet", matchingFileExists,
`^config/hostsubnet/ip-.*\.json$`))
`^config/hostsubnet/.*\.json$`))

//https://bugzilla.redhat.com/show_bug.cgi?id=1881816
t.Run("MachineSet",
Expand Down

0 comments on commit f576c8a

Please sign in to comment.