generated from coulomb/repo-seed
Align naming with coulomb.social reuse-surface conventions
Some checks failed
ci / validate-registry (push) Has been cancelled
Some checks failed
ci / validate-registry (push) Has been cancelled
Use reuse.coulomb.social, REUSE_SURFACE_URL/TOKEN env vars, reuse-surface image and reuse-surface-env secret. Replace reuse-surface-hub entrypoint with reuse-surface serve; CLI uses --base-url.
This commit is contained in:
@@ -32,9 +32,9 @@ capabilities:
|
||||
def hub_client(tmp_path, monkeypatch):
|
||||
db_path = tmp_path / "hub.db"
|
||||
cache_dir = tmp_path / "cache"
|
||||
monkeypatch.setenv("REUSE_SURFACE_HUB_TOKEN", "test-token")
|
||||
monkeypatch.setenv("REUSE_SURFACE_HUB_DB", str(db_path))
|
||||
monkeypatch.setenv("REUSE_SURFACE_HUB_CACHE_DIR", str(cache_dir))
|
||||
monkeypatch.setenv("REUSE_SURFACE_TOKEN", "test-token")
|
||||
monkeypatch.setenv("REUSE_SURFACE_DB", str(db_path))
|
||||
monkeypatch.setenv("REUSE_SURFACE_CACHE_DIR", str(cache_dir))
|
||||
app = create_app()
|
||||
with TestClient(app) as client:
|
||||
yield client
|
||||
|
||||
Reference in New Issue
Block a user