mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-03 04:15:53 +00:00
Remove test that is no longer true
This commit is contained in:
parent
1bc5cc4860
commit
830d95e79d
@ -823,14 +823,6 @@ void test_configWithDefaultServerAndInvalidPort(void)
|
|||||||
TEST_ASSERT_FALSE(MQTT::isValidConfig(config));
|
TEST_ASSERT_FALSE(MQTT::isValidConfig(config));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Configuration with the default server and tls_enabled = true is invalid.
|
|
||||||
void test_configWithDefaultServerAndInvalidTLSEnabled(void)
|
|
||||||
{
|
|
||||||
meshtastic_ModuleConfig_MQTTConfig config = {.tls_enabled = true};
|
|
||||||
|
|
||||||
TEST_ASSERT_FALSE(MQTT::isValidConfig(config));
|
|
||||||
}
|
|
||||||
|
|
||||||
// isValidConfig connects to a custom host and port.
|
// isValidConfig connects to a custom host and port.
|
||||||
void test_configCustomHostAndPort(void)
|
void test_configCustomHostAndPort(void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user