chore: rename project to nostream

This commit is contained in:
Ricardo Arturo Cabral Mejía
2022-12-24 15:44:38 -05:00
parent e0471cac7e
commit cf44523188
12 changed files with 61 additions and 61 deletions

View File

@@ -36,7 +36,7 @@ services:
migrations-test:
condition: service_completed_successfully
networks:
- nostr-ts-relay-test
- nostream-test
links:
- db-test
db-test:
@@ -46,7 +46,7 @@ services:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: nostr_ts_relay_test
networks:
- nostr-ts-relay-test
- nostream-test
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
timeout: 5s
@@ -56,7 +56,7 @@ services:
image: redis:7.0.5-alpine3.16
command: redis-server --save 20 1 --loglevel warning --requirepass nostr_ts_relay_test
networks:
- nostr-ts-relay-test
- nostream-test
restart: always
healthcheck:
test: [ "CMD", "redis-cli", "ping", "|", "grep", "PONG" ]
@@ -82,9 +82,9 @@ services:
db-test:
condition: service_healthy
networks:
- nostr-ts-relay-test
- nostream-test
links:
- db-test
networks:
nostr-ts-relay-test:
nostream-test:

View File

@@ -21,8 +21,8 @@ Feature: NIP-01
Scenario: Alice posts a recommend_server event
Given someone called Alice
And Alice subscribes to author Alice
When Alice sends a recommend_server event with content "https://nostr-ts-relay.wlvs.space"
Then Alice receives a recommend_server event from Alice with content "https://nostr-ts-relay.wlvs.space"
When Alice sends a recommend_server event with content "https://nostr-relay.wlvs.space"
Then Alice receives a recommend_server event from Alice with content "https://nostr-relay.wlvs.space"
Scenario: Alice can't post a text_note event with an invalid signature
Given someone called Alice