Skip to content

Commit ee9b2e2

Browse files
committed
debug
1 parent e40a474 commit ee9b2e2

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

test/fixtures/networking_firewalls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{
44
"id":123,
55
"label":"test-firewall-1",
6-
"created":"2018-01-01T00:01:01",
7-
"updated":"2018-01-01T00:01:01",
6+
"created":"2018-01-01T00:01:02",
7+
"updated":"2018-01-01T00:01:02",
88
"status":"enabled",
99
"rules":{
1010
"outbound":[],

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)