zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 7f02a4f737b6f07daf91aeadb5fbe70bf3c4f1e3
parent 6d8820a221f50a442be9716955a2456b22bde56c
Author: srfsh <dev@srf.sh>
Date:   Thu, 21 Jul 2022 16:15:40 +0300

test/vf/person/type: rm dilithium

Diffstat:
Mtest/vf/person/type.test.exs | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/test/vf/person/type.test.exs b/test/vf/person/type.test.exs @@ -27,7 +27,6 @@ setup do primary_location_id: Factory.insert!(:spatial_thing).id, user: Factory.uniq("user"), email: "#{Factory.uniq("user")}@example.com", - dilithium_public_key: Base.encode64("dilithium_public_key"), ecdh_public_key: Base.encode64("ecdh_public_key"), eddsa_public_key: Base.encode64("eddsa_public_key"), ethereum_address: Base.encode64("ethereum_address"), @@ -72,7 +71,6 @@ describe "Mutation" do primaryLocation: "#{params.primary_location_id}" user: "#{params.user}" email: "#{params.email}" - dilithiumPublicKey: "#{params.dilithium_public_key}" ecdhPublicKey: "#{params.ecdh_public_key}" eddsaPublicKey: "#{params.eddsa_public_key}" ethereumAddress: "#{params.ethereum_address}" @@ -105,7 +103,6 @@ describe "Mutation" do primaryLocation: "#{params.primary_location_id}" user: "#{params.user}" email: "#{params.email}" - dilithiumPublicKey: "#{params.dilithium_public_key}" ecdhPublicKey: "#{params.ecdh_public_key}" eddsaPublicKey: "#{params.eddsa_public_key}" ethereumAddress: "#{params.ethereum_address}"