Skip to content

Commit 7aa437d

Browse files
networkId -> id (#243)
Co-authored-by: Duciwuci <duciwuci@gmail.com>
1 parent 21ad415 commit 7aa437d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ ensure_network() {
226226
log "Network '$NETWORK_NAME' not found. Creating it..."
227227
network_id=$(stackit network create --name "$NETWORK_NAME" \
228228
--project-id "$PROJECT_ID" \
229-
--output-format json -y | jq -r ".networkId")
229+
--output-format json -y | jq -r ".id")
230230

231231
[[ -n "$network_id" && "$network_id" != "null" ]] || log_error "Failed to create new network '$NETWORK_NAME'."
232232
log_success "Created network '$NETWORK_NAME' with ID: $network_id"

0 commit comments

Comments
 (0)