sanity/sanity.rb in soar_auditing_provider-1.0.0 vs sanity/sanity.rb in soar_auditing_provider-1.1.0

- old
+ new

@@ -37,10 +37,10 @@ } def test_sanity #create and configure auditing instance myauditing = SoarAuditingProvider::AuditingProvider.new( AUDITING_CONFIGURATION['auditing'] ) - myauditing.instance_flow_identifier = SoarFlow::ID::generate_flow_id + myauditing.startup_flow_id = SoarFlow::ID::generate_flow_id myauditing.service_identifier = 'my-test-service.com' #associate a set of auditing entries with a flow by generating a flow identifiers flow_id = SoarFlow::ID::generate_flow_id