mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-30 04:32:08 +02:00
7 lines
257 B
Gherkin
7 lines
257 B
Gherkin
Feature: NIP-42
|
|
Scenario: Alice gets an event by ID
|
|
Given someone called Alice
|
|
And the relay requires the client to authenticate
|
|
When Alice sends a text_note event with content "hello nostr"
|
|
Then Alice receives an authentication challenge
|