Skip to content

Commit 03e667a

Browse files
committed
test: let the stream-separation case set up its own instance
Its Given describes two organisations and a project with an environment, and it established none of them — it ran on whatever the case before it left behind. That is the thing the Given is supposed to rule out. beep boop
1 parent adc02f3 commit 03e667a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

internal/cmd/testdata/script/init-interactive.txtar

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ cd $WORK
2626
# Then: every prompt goes to stderr, leaving stdout empty for data
2727
mkdir streams
2828
cd streams
29+
fake orgs Acme=3 Beta=7
30+
fake projects 7 $WORK/beta-projects.json
31+
fake project-environments 202 $WORK/beta-envs.json
2932
ttyin -stdin $WORK/pick-2-1-1
3033
exec flagsmith init
3134
! stdout .

0 commit comments

Comments
 (0)