Skip to content

Commit 87bd44a

Browse files
committed
test: fix path
1 parent 5cf09d0 commit 87bd44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/probe_config/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_default_config(self):
1616
self.assertEqual("localhost:11800", spp.probe_config["skywalking"]["collector"]["backend_service"])
1717
self.assertEqual("spp", spp.probe_config["skywalking"]["agent"]["service_name"])
1818

19-
@mock.patch.dict('os.environ', {'SPP_PROBE_CONFIG_FILE': 'resources/base-config.yml'})
19+
@mock.patch.dict('os.environ', {'SPP_PROBE_CONFIG_FILE': 'probe_config/resources/base-config.yml'})
2020
def test_config_from_env(self):
2121
spp = SourcePlusPlus()
2222
self.assertEqual("spp-platform", spp.probe_config["spp"]["platform_host"])

0 commit comments

Comments
 (0)