little fix

This commit is contained in:
Oleg Hasjanov 2021-01-18 14:53:28 +02:00
parent db22f48990
commit a67c457520

View file

@ -67,8 +67,4 @@ class AdminAreaBlockedDomainsIntegrationTest < JavaScriptApplicationSystemTestCa
assert_text @domain.name
end
def test_set_domain
assert_equal @blocked_domain.name, BlockedDomain.find(name: @blocked_domain.name)
end
end