mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-30 09:36:17 +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
|
||||
) {
|
||||
const testCaseResultResponse = await apiContext.post(
|
||||
`/api/v1/dataQuality/testCases/testCaseResults/${testCaseFqn}`,
|
||||
`/api/v1/dataQuality/testCases/testCaseResults/${encodeURIComponent(
|
||||
testCaseFqn
|
||||
)}`,
|
||||
{ data: testCaseResult }
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user