mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-03 19:16:10 +00:00
playwright: fixed encoding issue in test, while adding result in testCase (#24087)
This commit is contained in:
parent
68fb6f63ea
commit
ade97a81b4
@ -370,7 +370,9 @@ export class TableClass extends EntityClass {
|
|||||||
testCaseResult: unknown
|
testCaseResult: unknown
|
||||||
) {
|
) {
|
||||||
const testCaseResultResponse = await apiContext.post(
|
const testCaseResultResponse = await apiContext.post(
|
||||||
`/api/v1/dataQuality/testCases/testCaseResults/${testCaseFqn}`,
|
`/api/v1/dataQuality/testCases/testCaseResults/${encodeURIComponent(
|
||||||
|
testCaseFqn
|
||||||
|
)}`,
|
||||||
{ data: testCaseResult }
|
{ data: testCaseResult }
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user