We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39c868 commit 9535d63Copy full SHA for 9535d63
1 file changed
test/integration/conftest.py
@@ -16,7 +16,6 @@
16
from requests.exceptions import ConnectionError, RequestException
17
18
from linode_api4 import (
19
- ExplicitNullValue,
20
InterfaceGeneration,
21
LinodeInterfaceDefaultRouteOptions,
22
LinodeInterfaceOptions,
@@ -645,7 +644,7 @@ def linode_with_linode_interfaces(
645
644
public=LinodeInterfacePublicOptions(),
646
),
647
LinodeInterfaceOptions(
648
- firewall_id=ExplicitNullValue,
+ firewall_id=e2e_test_firewall.id,
649
vpc=LinodeInterfaceVPCOptions(
650
subnet_id=subnet.id,
651
0 commit comments