diff options
author | rinpatch <rinpatch@sdf.org> | 2019-11-30 10:42:51 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-11-30 10:42:51 +0000 |
commit | 0d24ab04c5ea779432b4ea174a1d470dac87315d (patch) | |
tree | 077ddbcab15d0c228144015fb9317d5bf46951d5 /benchmarks/load_testing/generator.ex | |
parent | cf0c861d0012f27ae555247834187d509d7a7114 (diff) | |
parent | 1636cc5b7e2ad324c828c993d5fb39ac9cdb40cc (diff) | |
download | pleroma-0d24ab04c5ea779432b4ea174a1d470dac87315d.tar.gz pleroma-0d24ab04c5ea779432b4ea174a1d470dac87315d.zip |
Merge branch 'remove-info-from-users' into 'develop'
Removed users.info field
See merge request pleroma/pleroma!2006
Diffstat (limited to 'benchmarks/load_testing/generator.ex')
-rw-r--r-- | benchmarks/load_testing/generator.ex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmarks/load_testing/generator.ex b/benchmarks/load_testing/generator.ex index f42fd363e..a957e0ffb 100644 --- a/benchmarks/load_testing/generator.ex +++ b/benchmarks/load_testing/generator.ex @@ -49,7 +49,6 @@ defmodule Pleroma.LoadTesting.Generator do password_hash: "$pbkdf2-sha512$160000$bU.OSFI7H/yqWb5DPEqyjw$uKp/2rmXw12QqnRRTqTtuk2DTwZfF8VR4MYW2xMeIlqPR/UX1nT1CEKVUx2CowFMZ5JON8aDvURrZpJjSgqXrg", bio: "Tester Number #{i}", - info: %{}, local: remote } |