Skip to content

Commit

Permalink
WIP: Collect Uptime Tracking capability
Browse files Browse the repository at this point in the history
  • Loading branch information
cjainsuse committed Feb 13, 2024
1 parent 27ab9d8 commit f605850
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
end
end

context 'when same uptime data added twice' do
context 'when same uptime data duplicated' do
let(:payload) { { hostname: 'test', hwinfo: hwinfo, online_at: [1.day.ago.to_date.to_s << online_hours, 1.day.ago.to_date.to_s << online_hours] } }

it 'avoids duplication if multiple records have same data' do
Expand Down

0 comments on commit f605850

Please sign in to comment.