Replace creation_ip with creation_address
This commit is contained in:
parent
33c0e95ebe
commit
fe96c0a524
5 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue