Skip to content

Commit 2bdcb28

Browse files
committed
debug
1 parent e40a474 commit 2bdcb28

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

test/fixtures/networking_firewalls_123.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id":123,
33
"label":"test-firewall-1",
4-
"created":"2018-01-01T00:01:01",
5-
"updated":"2018-01-01T00:01:01",
4+
"created":"2018-01-01T00:01:02",
5+
"updated":"2018-01-01T00:01:02",
66
"status":"enabled",
77
"rules":{
88
"outbound":[],

test/unit/fixtures.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ def get_fixture(self, url):
2020
"""
2121
Returns the test fixture data loaded at the given URL
2222
"""
23+
print(f"Getting fixture for URL: {url}")
24+
print(f"fixtures: {self.fixtures[url]}")
2325
return self.fixtures[url]
2426

2527
def _load_fixtures(self):

0 commit comments

Comments
 (0)