mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-02 17:20:50 +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
|
||||
|
||||
class HackItResource(Resource):
|
||||
class HackItResource(Resource, object):
|
||||
def getChildWithDefault(self, path, request):
|
||||
request.fields = None
|
||||
return Resource.getChildWithDefault(self, path, request)
|
||||
|
Loading…
x
Reference in New Issue
Block a user