Skip to content

Commit 52713b9

Browse files
GokceGKjoaopalet
andauthored
Update internal/cmd/beta/network/create/create_test.go
Co-authored-by: João Palet <[email protected]>
1 parent 17f9cf8 commit 52713b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/cmd/beta/network/create/create_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,13 +227,13 @@ func TestParseInput(t *testing.T) {
227227
}),
228228
},
229229
{
230-
description: "use routed true",
230+
description: "non-routed network",
231231
flagValues: fixtureFlagValues(func(flagValues map[string]string) {
232-
flagValues[nonRoutedFlag] = "false"
232+
flagValues[nonRoutedFlag] = "true"
233233
}),
234234
isValid: true,
235235
expectedModel: fixtureInputModel(func(model *inputModel) {
236-
model.NonRouted = false
236+
model.NonRouted = true
237237
}),
238238
},
239239
}

0 commit comments

Comments
 (0)