File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
libs/providers/flagd/src/e2e/tests Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ async function setup() {
1717 const containers : StartedTestContainer [ ] = [ ] ;
1818
1919 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 )
2222 . start ( ) ;
2323 containers . push ( unstable ) ;
2424 await OpenFeature . setProviderAndWait (
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ async function setup() {
1818
1919 console . log ( 'Setting flagd provider...' ) ;
2020
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 )
2323 . start ( ) ;
2424 containers . push ( stable ) ;
2525 OpenFeature . setProvider (
You can’t perform that action at this time.
0 commit comments