Replace creation_ip with creation_address

This commit is contained in:
Tom Hughes 2024-09-15 19:37:48 +01:00
parent 33c0e95ebe
commit fe96c0a524
5 changed files with 7 additions and 8 deletions

View file

@ -476,7 +476,7 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
moderator_user = create(:moderator_user)
administrator_user = create(:administrator_user)
_suspended_user = create(:user, :suspended)
_ip_user = create(:user, :creation_ip => "1.2.3.4")
_ip_user = create(:user, :creation_address => "1.2.3.4")
# There are now 7 users - the five above, plus two extra "granters" for the
# moderator_user and administrator_user