Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-aouadi committed Jul 30, 2024
1 parent 55344a0 commit bfa7ebc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private static SerializableTypeDefinition<Attestation> getResponseType(final Spe
spec.getGenesisSchemaDefinitions().getAttestationSchema();

return SerializableTypeDefinition.object(Attestation.class)
.name("GetAggregateAttestationResponse")
.name("GetAggregatedAttestationResponse")
.withField(
"data",
dataSchema.castTypeToAttestationSchema().getJsonTypeDefinition(),
Expand Down

0 comments on commit bfa7ebc

Please sign in to comment.