Skip to content

Commit

Permalink
remove unnecessary test case
Browse files Browse the repository at this point in the history
  • Loading branch information
smo921 committed May 13, 2024
1 parent 2ef84ff commit bcb809e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/kennel/models/dashboard_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,6 @@ def resolve(force: false)
}
end

it "does nothing for regular widgets" do
resolve.keys.must_equal [:requests, :type, :title]
end

it "does not modify regular ids" do
definition[:requests].last[:queries].last[:slo_id] = "abcdef1234567"
resolve[:requests].last[:queries].last[:slo_id].must_equal "abcdef1234567"
Expand Down

0 comments on commit bcb809e

Please sign in to comment.