Commit 47f5def
authored
[AppConfig] Fix integration test failure (Azure#19867)
in Azure#19713, this test (package.spec.ts) was moved into `node` sub folder, and the
relative path is updated for the `unit-test` case but not the `integration-test`
case, thus causing integration test failure.
This PR fixes the relative path for integration test too.1 parent 912ea68 commit 47f5def
File tree
1 file changed
+2
-2
lines changed- sdk/appconfiguration/app-configuration/test/internal/node
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments