Commit e6c6c70
committed
Fix processor API tests using incorrect context URL
The processor API tests were using "https://ns.flur.ee/ledger#" as a
context URL, which the external jsonld library tried to fetch as a
remote context. This was causing test failures in CI.
Changed to use the correct context URL "https://ns.flur.ee/ledger/v1"
which is a valid registered context in the library.1 parent 357d749 commit e6c6c70
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments