Skip to content
Snippets Groups Projects

Added audit events for update and destroy destinations

Merged Hitesh Raghuvanshi requested to merge 404730-audit-events-instance-dest into master
All threads resolved!
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -78,7 +78,8 @@
.not_to change { destination.reload.destination_url }
expect(mutation_response['errors']).to be_empty
expect(mutation_response['instanceExternalAuditEventDestination']['destinationUrl']).to eq(old_destination_url)
expect(mutation_response['instanceExternalAuditEventDestination']['destinationUrl'])
.to eq(old_destination_url)
expect(mutation_response['instanceExternalAuditEventDestination']['id']).not_to be_empty
expect(mutation_response['instanceExternalAuditEventDestination']['verificationToken']).not_to be_empty
end
Loading