<% if content_for?(:section_title) %>
<%= yield(:section_title) %>
diff --git a/test/controllers/admin/dashboard_controller_test.rb b/test/controllers/admin/dashboard_controller_test.rb
index 9b36041..10a1474 100644
--- a/test/controllers/admin/dashboard_controller_test.rb
+++ b/test/controllers/admin/dashboard_controller_test.rb
@@ -11,7 +11,7 @@ module Admin
test "should get dashboard" do
post admin_auth_url, params: { auth:
{ email: 'alan.admin@mailinator.com', password: 'password' } }
- get admin_url
+ get admin_users_url
assert_response :success
end
end