Skip to content

Commit d5a4b1d

Browse files
committed
fix test
1 parent 0043148 commit d5a4b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/linode_client_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@ def test_firewall_create(self):
13171317
"devices": {
13181318
"linodes": [123],
13191319
"nodebalancers": [456],
1320-
"interfaces": [789],
1320+
"linode_interfaces": [789],
13211321
},
13221322
},
13231323
)

0 commit comments

Comments
 (0)