integration_tests_api.md: Fix hash in a link

This commit is contained in:
Karol Lewandowski 2025-04-02 11:46:08 +02:00
parent f9d83e3548
commit 863654eac2

View File

@ -84,7 +84,7 @@ class PluginProjectService {
data class Storage(val key: String, val attributes: List<String>) data class Storage(val key: String, val attributes: List<String>)
``` ```
This file contains one class with the static method `getPluginStorage`, and two [light services](plugin_services.md#light_services) one application-level `PluginService` and one project-level `PluginProjectService`. This file contains one class with the static method `getPluginStorage`, and two [light services](plugin_services.md#light-services) one application-level `PluginService` and one project-level `PluginProjectService`.
The test needs to call the methods of these classes and verify their return values. The test needs to call the methods of these classes and verify their return values.
To do this, the following stubs have to be created: To do this, the following stubs have to be created: