We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf09d0 commit 87bd44aCopy full SHA for 87bd44a
tests/probe_config/tests.py
@@ -16,7 +16,7 @@ def test_default_config(self):
16
self.assertEqual("localhost:11800", spp.probe_config["skywalking"]["collector"]["backend_service"])
17
self.assertEqual("spp", spp.probe_config["skywalking"]["agent"]["service_name"])
18
19
- @mock.patch.dict('os.environ', {'SPP_PROBE_CONFIG_FILE': 'resources/base-config.yml'})
+ @mock.patch.dict('os.environ', {'SPP_PROBE_CONFIG_FILE': 'probe_config/resources/base-config.yml'})
20
def test_config_from_env(self):
21
spp = SourcePlusPlus()
22
self.assertEqual("spp-platform", spp.probe_config["spp"]["platform_host"])
0 commit comments