Skip to content

Commit

Permalink
check tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-omerma committed Nov 7, 2024
1 parent 3f77120 commit 5b9bbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resources/web-api-practice/read.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func ReadWebAPIPracticeToResourceData(practice models.WebAPIPractice, d *schema.
return fmt.Errorf("failed to convert FileSchema struct to map. Error: %w", err)
}

d.Set("schema_validation", schemaValidationMap)
d.Set("schema_validation", []map[string]any{schemaValidationMap})

return nil
}
Expand Down

0 comments on commit 5b9bbe4

Please sign in to comment.