Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit c6ace87

Browse files
committed
docs: fix link
1 parent d5676ce commit c6ace87

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Using dependency:
104104
</dependency>
105105
```
106106

107-
The client can be directly injected to the test. See sample test [here](/home/csviri/Workspace/jenvtest/fabric8/src/test/java/io/javaoperatorsdk/jenvtest/junit/JUnitFabric8ClientInjectionTest.java).
107+
The client can be directly injected to the test. See sample test [here](https://github.com/java-operator-sdk/jenvtest/blob/d5676ceafd278b323532327584401b93a62440ba/fabric8/src/test/java/io/javaoperatorsdk/jenvtest/junit/JUnitFabric8ClientInjectionTest.java).
108108

109109
```java
110110

fabric8/src/test/java/io/javaoperatorsdk/jenvtest/junit/JUnitFabric8ClientInjectionTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class JUnitFabric8ClientInjectionTest {
1313

1414
static KubernetesClient client;
1515

16+
// config yaml injection also works
1617
@KubeConfig
1718
static String configYaml;
1819

0 commit comments

Comments
 (0)