File tree 2 files changed +4
-4
lines changed
libs/providers/flagd/src/e2e/tests
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ async function setup() {
17
17
const containers : StartedTestContainer [ ] = [ ] ;
18
18
19
19
console . log ( 'Setting flagd provider...' ) ;
20
- const unstable = await new GenericContainer ( `ghcr.io/open-feature/sync -testbed-unstable:${ IMAGE_VERSION } ` )
21
- . withExposedPorts ( 9090 )
20
+ const unstable = await new GenericContainer ( `ghcr.io/open-feature/flagd -testbed-unstable:${ IMAGE_VERSION } ` )
21
+ . withExposedPorts ( 8015 )
22
22
. start ( ) ;
23
23
containers . push ( unstable ) ;
24
24
await OpenFeature . setProviderAndWait (
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ async function setup() {
18
18
19
19
console . log ( 'Setting flagd provider...' ) ;
20
20
21
- const stable = await new GenericContainer ( `ghcr.io/open-feature/sync -testbed:${ IMAGE_VERSION } ` )
22
- . withExposedPorts ( 9090 )
21
+ const stable = await new GenericContainer ( `ghcr.io/open-feature/flagd -testbed:${ IMAGE_VERSION } ` )
22
+ . withExposedPorts ( 8015 )
23
23
. start ( ) ;
24
24
containers . push ( stable ) ;
25
25
OpenFeature . setProvider (
You can’t perform that action at this time.
0 commit comments