Problem/Motivation
When I tried to write tests to this module I had this error
Drupal\Tests\nginx_proxy_manager_connector\Functional\NginxProxySettingsFormTest::testSettingsForm
Drupal\Core\Config\Schema\SchemaIncompleteException: No schema for nginx_proxy_manager_connector.nginxproxysettings
/app/web/core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php:87
/app/web/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:142
/app/web/core/lib/Drupal/Core/Config/Config.php:229
/app/web/core/lib/Drupal/Core/Config/ConfigInstaller.php:399
/app/web/core/lib/Drupal/Core/Config/ConfigInstaller.php:152
/app/web/core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php:75
/app/web/core/lib/Drupal/Core/Extension/ModuleInstaller.php:327
/app/web/core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php:83
/app/web/core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:474
/app/web/core/tests/Drupal/Tests/BrowserTestBase.php:545
/app/web/core/tests/Drupal/Tests/BrowserTestBase.php:364
/app/web/modules/contrib/nginx_proxy_manager_connector/tests/src/Functional/NginxProxySettingsFormTest.php:39
/app/vendor/phpunit/phpunit/src/Framework/TestResult.php:728
--
I also checked it using config inspector module and the error continued.
Steps to reproduce
Install config inspector module (https://www.drupal.org/project/config_inspector)
go to admin/reports/config-inspector
write nginx_proxy_manager_connector.nginxproxysettings
Configuration key Schema List Tree Form Raw data Download
nginx_proxy_manager_connector.nginxproxysettings None N/A N/A N/A Raw data Download
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Comments
Comment #3
elberHi please revise you can use config inspector (https://www.drupal.org/project/config_inspector) module to see before and after changes
Comment #4
shiv_sharma commentedhi @elber
I observed 2 issue one is there is typo error:
+ labe: 'Nginx Proxy Connector'should be
+ label: 'Nginx Proxy Connector'after saving configuration config_inspector module shows 2 error. to fix this we need to add
adding screenshot for reference

Comment #6
sakthi_dev commentedPlease review.
Comment #7
shiv_sharma commentedits working form error shown on config_inspector module.

moving to RTBC
Comment #8
nishantValidated on my Drupal 10.0.9, And it's working fine for me, After applying patch.
I am attaching SS Before and After for reference. RTBC+
Comment #9
shashikanth171 commentedThank you @elber @shiv_sharma @sakthi_dev @nishant
Comment #11
shashikanth171 commented