We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae85dcc commit d404835Copy full SHA for d404835
python/understack-workflows/tests/test_oslo_event_neutron_network.py
@@ -51,6 +51,7 @@ def test_handle_network_create(network_create_event_data):
51
"ucvni_group": {
52
"name": "FOO",
53
},
54
+ "ucvni_id": 1862,
55
56
)
57
assert result == 0
@@ -78,6 +79,7 @@ def test_handle_network_update(network_update_event_data):
78
79
80
81
82
+ "ucvni_id": 1860,
83
84
85
0 commit comments