Skip to content

Commit 2c0ffe8

Browse files
committed
DI-26927 reverted fixtures.py as its not necesary to change
1 parent e27794f commit 2c0ffe8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/unit/fixtures.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ def _load_fixtures(self):
4949
# this is a paginated response
5050
for obj in data["data"]:
5151
if "id" in obj: # tags, obj-buckets don't have ids
52-
self.fixtures[fixture_url + "/" + str(obj["id"])] = obj
52+
self.fixtures[fixture_url + "/" + str(obj["id"])] = obj
53+

0 commit comments

Comments
 (0)