scenarios/customer_delete/ruby.mako in balanced-0.7.5 vs scenarios/customer_delete/ruby.mako in balanced-0.8.1

- old
+ new

@@ -1,8 +1,8 @@ % if mode == 'definition': Balanced::Customer.unstore % else: -customer = Balanced::Customer.find('/v1/customers/CU6sqf8CB3M3l6VeSsBqVHhC') +customer = Balanced::Customer.find('/v1/customers/AC6YytlZWy1ECh6PGUXxqeFy') customer.unstore % endif