Skip to content

Commit

Permalink
Add missed Fqn
Browse files Browse the repository at this point in the history
  • Loading branch information
mohityadav766 committed Dec 17, 2024
1 parent a94a428 commit 23ac8f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public Response addTestCaseResult(
@PathParam("fqn")
String fqn,
@Valid CreateTestCaseResult createTestCaseResults) {
createTestCaseResults.withFqn(fqn);
ResourceContextInterface resourceContext = TestCaseResourceContext.builder().name(fqn).build();
OperationContext operationContext =
new OperationContext(Entity.TABLE, MetadataOperation.EDIT_TESTS);
Expand Down

0 comments on commit 23ac8f0

Please sign in to comment.