From b284eb4c2cf6072a2faca5974acf304c3d4408e7 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:59:21 +0200 Subject: [PATCH] Update test_events.py --- tests/test_events.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/test_events.py b/tests/test_events.py index ad06b2e..3ad0fe8 100644 --- a/tests/test_events.py +++ b/tests/test_events.py @@ -89,8 +89,9 @@ async def test_gallery(): await client.connect() dvm_config = DVMConfig() dvm_config.NIP89 = NIP89Config() - dvm_config.NIP89.PK = Keys.parse("NSEC...").secret_key().to_hex() - tagname = "entry" + keys = Keys.parse(check_and_set_private_key("RTEST_ACCOUNT_PK")) + dvm_config.NIP89.PK = keys.secret_key().to_hex() + tagname = "gallery" tags = [ Tag.parse([tagname, "3b0ec270394dc496f9f9c7db5c68a5b7f7311ff9080a51f1e8cb5f5cffc2c0b2", "https://i.nostr.build/xEZqV.jpg"]),