mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-13 06:25:31 +00:00
OpenMetrics test suite: Make CI happy: No old style objects
This commit is contained in:
parent
5825b8bd42
commit
a2378d0e70
@ -115,7 +115,7 @@ class FakeStatsProvider(object):
|
|||||||
}
|
}
|
||||||
return stats
|
return stats
|
||||||
|
|
||||||
class HackItResource(Resource):
|
class HackItResource(Resource, object):
|
||||||
def getChildWithDefault(self, path, request):
|
def getChildWithDefault(self, path, request):
|
||||||
request.fields = None
|
request.fields = None
|
||||||
return Resource.getChildWithDefault(self, path, request)
|
return Resource.getChildWithDefault(self, path, request)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user