You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/api-integration-tests.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ assignees: ''
8
8
9
9
---
10
10
11
-
The following issue aims to run all [API integration tests](https://github.com/wazuh/wazuh/tree/master/api/test/integration) for the current release candidate, report the results, and open new issues for any encountered errors.
11
+
The following issue aims to run all [API integration tests](https://github.com/wazuh/wazuh/tree/main/api/test/integration) for the current release candidate, report the results, and open new issues for any encountered errors.
And the response should include "testdb-city.mmdb"
48
48
49
49
Scenario: Remotely upsert a geolocation database
50
-
When I send a request to remotely upsert a database with path to "testdb-city.mmdb", type "city", db url "https://github.com/wazuh/wazuh/raw/master/src/engine/test/integration_tests/geo/data/base.mmdb" and hash url "https://github.com/wazuh/wazuh/raw/master/src/engine/test/integration_tests/geo/data/base.md5"
50
+
When I send a request to remotely upsert a database with path to "testdb-city.mmdb", type "city", db url "https://github.com/wazuh/wazuh/raw/main/src/engine/test/integration_tests/geo/data/base.mmdb" and hash url "https://github.com/wazuh/wazuh/raw/main/src/engine/test/integration_tests/geo/data/base.md5"
51
51
Then the response should be a "success"
52
52
And the database list "should" include "testdb-city.mmdb"
Then the database list "should" include "testdb-city.mmdb"
60
60
61
61
Scenario: Remotely added db persists after restart
62
-
When I send a request to remotely upsert a database with path to "testdb-city.mmdb", type "city", db url "https://github.com/wazuh/wazuh/raw/master/src/engine/test/integration_tests/geo/data/base.mmdb" and hash url "https://github.com/wazuh/wazuh/raw/master/src/engine/test/integration_tests/geo/data/base.md5"
62
+
When I send a request to remotely upsert a database with path to "testdb-city.mmdb", type "city", db url "https://github.com/wazuh/wazuh/raw/main/src/engine/test/integration_tests/geo/data/base.mmdb" and hash url "https://github.com/wazuh/wazuh/raw/main/src/engine/test/integration_tests/geo/data/base.md5"
63
63
Then the response should be a "success"
64
64
When I restart the engine
65
65
Then the database list "should" include "testdb-city.mmdb"
0 commit comments