Skip to content

Commit

Permalink
remove env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo committed Oct 31, 2024
1 parent d3d9b71 commit dba3ce2
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions services/web/server/tests/unit/isolated/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,24 +103,6 @@ def mock_env_devel_environment(
monkeypatch,
envs={
"WEBSERVER_DEV_FEATURES_ENABLED": "1",
"WEBSERVER_EMAIL": json.dumps({
"SMTP_HOST": faker.url(),
"SMTP_PORT": faker.port_number()
}),
"WEBSERVER_LOGIN": json.dumps({
"LOGIN_REGISTRATION_INVITATION_REQUIRED": True
}),
"WEBSERVER_PAYMENTS": json.dumps({
"PAYMENTS_USERNAME": faker.user_name(),
"PAYMENTS_PASSWORD": faker.password()
}),
"WEBSERVER_SCICRUNCH": json.dumps({
"SCICRUNCH_API_KEY": faker.pystr()
}),
"WEBSERVER_TRACING": json.dumps({
"TRACING_OPENTELEMETRY_COLLECTOR_ENDPOINT": faker.url(),
"TRACING_OPENTELEMETRY_COLLECTOR_PORT": faker.port_number()
})
},
)

Expand Down

0 comments on commit dba3ce2

Please sign in to comment.