Skip to content

Commit

Permalink
Adjust expected counts for VCR without Hawkular metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
cben committed Jan 24, 2018
1 parent f255141 commit f401f38
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@ def full_refresh_test
# using strings instead of actual model classes for compact rspec diffs
{
'ContainerProject' => 10,
'ContainerImage' => 43,
'ContainerRoute' => 4,
'ContainerImage' => 39,
'ContainerRoute' => 3,
'ContainerTemplate' => 20,
'ContainerTemplateParameter' => 210,
'ContainerReplicator' => 8,
'ContainerReplicator' => 5,
'ContainerBuild' => 3,
'ContainerBuildPod' => 3,
'CustomAttribute' => 622,
'CustomAttribute' => 596,
}
end

Expand Down

0 comments on commit f401f38

Please sign in to comment.