summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2024-02-12 14:11:49 +0200
committerGitHub <noreply@github.com>2024-02-12 14:11:49 +0200
commita75559dffe1beee48ce0942a86ad79fb7423c098 (patch)
tree848cd95a7dc05fe98f37c4643f6887ad92c8d57b /tests
parent777b7ac531567a54d6666d36838975161f72952f (diff)
Move web/ under src/ (#16992)
Diffstat (limited to 'tests')
-rw-r--r--tests/api/fuzzer.py2
-rw-r--r--tests/health_mgmtapi/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/api/fuzzer.py b/tests/api/fuzzer.py
index ee12a028af..2914b4f195 100644
--- a/tests/api/fuzzer.py
+++ b/tests/api/fuzzer.py
@@ -309,7 +309,7 @@ random.seed(7) # Default is reproducible sequences
parser = argparse.ArgumentParser()
parser.add_argument('--url', type=str,
- default='https://raw.githubusercontent.com/netdata/netdata/master/web/api/netdata-swagger.json',
+ default='https://raw.githubusercontent.com/netdata/netdata/master/src/web/api/netdata-swagger.json',
help='The URL of the API definition in swagger. The default will pull the latest version '
'from the main branch.')
parser.add_argument('--host', type=str,
diff --git a/tests/health_mgmtapi/README.md b/tests/health_mgmtapi/README.md
index 73e217c206..65b4372ce4 100644
--- a/tests/health_mgmtapi/README.md
+++ b/tests/health_mgmtapi/README.md
@@ -9,7 +9,7 @@ learn_rel_path: "Developers"
# Health command API tester
-The directory `tests/health_cmdapi` contains the test script `health-cmdapi-test.sh` for the [health command API](https://github.com/netdata/netdata/blob/master/web/api/health/README.md).
+The directory `tests/health_cmdapi` contains the test script `health-cmdapi-test.sh` for the [health command API](https://github.com/netdata/netdata/blob/master/src/web/api/health/README.md).
The script can be executed with options to prepare the system for the tests, run them and restore the system to its previous state.