Skip to content

Commit af54983

Browse files
committed
Fix trailing space
1 parent 91a14b6 commit af54983

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration/targets/v4.2/tasks/netbox_circuit_termination.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
circuit: Test Circuit
108108
term_side: Z
109109
termination_id: 2
110-
termination_type: circuits.providernetwork
110+
termination_type: circuits.providernetwork
111111
port_speed: 10000
112112
state: present
113113
register: test_four

tests/integration/targets/v4.3/tasks/netbox_circuit_termination.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
circuit: Test Circuit
108108
term_side: Z
109109
termination_id: 2
110-
termination_type: circuits.providernetwork
110+
termination_type: circuits.providernetwork
111111
port_speed: 10000
112112
state: present
113113
register: test_four

0 commit comments

Comments
 (0)