mirror of
https://github.com/Cameri/nostream.git
synced 2025-09-17 19:13:35 +02:00
chore: rename project to nostream
This commit is contained in:
@@ -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:
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user