Skip to content

Remove database configuration from TemplateServerConfig#90

Merged
javidahmed64592 merged 1 commit into
mainfrom
remove-db-config-from-base
May 5, 2026
Merged

Remove database configuration from TemplateServerConfig#90
javidahmed64592 merged 1 commit into
mainfrom
remove-db-config-from-base

Conversation

@javidahmed64592
Copy link
Copy Markdown
Owner

This pull request removes the db (database) configuration field from the TemplateServerConfig model, along with all corresponding references in the test suite. This simplifies the configuration model and ensures that tests do not expect or require a database configuration.

Model changes:

  • Removed the db field from the TemplateServerConfig model in python_template_server/models.py.

Test updates:

  • Removed the mock_db_config parameter and usage from the mock_template_server_config fixture in tests/conftest.py. [1] [2]
  • Removed the mock_db_config_dict parameter and expected value from the test_model_dump test in tests/test_models.py. [1] [2]

@javidahmed64592 javidahmed64592 merged commit 3066825 into main May 5, 2026
16 checks passed
@javidahmed64592 javidahmed64592 deleted the remove-db-config-from-base branch May 5, 2026 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant