]> git.openstreetmap.org Git - rails.git/commitdiff
Change the display_name of suspended user fixuture
authorAndy Allan <git@gravitystorm.co.uk>
Thu, 8 Sep 2016 10:40:03 +0000 (11:40 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Thu, 8 Sep 2016 10:40:03 +0000 (11:40 +0100)
The original name is reserved, which means the user was invalid,
and this causes problems when building objects using it via
associations.

test/fixtures/users.yml

index 10633e05d267e1a8634653e42cfa7fe40867352d..bee5aa282f64d7f4e42de78091bd300b6d34397c 100644 (file)
@@ -136,7 +136,7 @@ suspended_user:
   status: suspended
   pass_crypt: <%= Digest::MD5.hexdigest('test') %>
   creation_time: "2007-01-01 00:00:00"
-  display_name: suspended
+  display_name: suspended user
   data_public: true
   description: test
   terms_agreed: "2010-01-01 11:22:33"