Skip to content

Commit 2c3c7ec

Browse files
authored
Change fake spot lease client name (#33)
1 parent 0700fd8 commit 2c3c7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spot_tools/src/spot_executor/fake_spot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def __init__(self, fake_spot):
177177
self.fake_spot = fake_spot
178178

179179
def list_leases(self):
180-
lease_owner = LeaseOwner("fake_spot_lease_owner")
180+
lease_owner = LeaseOwner("understanding-fake-spot")
181181
lease = [Lease(lease_owner)]
182182
return lease
183183

0 commit comments

Comments
 (0)