File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
azure-monitor-opentelemetry/tests/configuration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ def test_get_configurations_env_vars_validation(self):
190
190
},
191
191
clear = True ,
192
192
)
193
- def test_get_configurations_env_vars_false_bools (self ):
193
+ def test_get_configurations_env_vars_false (self ):
194
194
configurations = _get_configurations ()
195
195
196
196
self .assertTrue ("connection_string" not in configurations )
@@ -217,7 +217,7 @@ def test_get_configurations_env_vars_false_bools(self):
217
217
},
218
218
clear = True ,
219
219
)
220
- def test_get_configurations_env_vars_false_bools (self ):
220
+ def test_get_configurations_env_vars_true (self ):
221
221
configurations = _get_configurations ()
222
222
223
223
self .assertTrue ("connection_string" not in configurations )
You can’t perform that action at this time.
0 commit comments