@@ -43,11 +43,10 @@ func TestDockerNodeSetSharedDB(t *testing.T) {
4343 name : "2 nodes cluster, override mode 'all'" ,
4444 fakeURL : "http://example.com" ,
4545 bcInput : & blockchain.Input {
46- Type : "anvil" ,
47- Image : "f4hrenh9it/foundry" ,
48- PullImage : true ,
49- Port : "8545" ,
50- ChainID : "31337" ,
46+ Type : "anvil" ,
47+ Image : "f4hrenh9it/foundry" ,
48+ Port : "8545" ,
49+ ChainID : "31337" ,
5150 },
5251 nodeSetInput : & ns.Input {
5352 Nodes : 2 ,
@@ -56,13 +55,11 @@ func TestDockerNodeSetSharedDB(t *testing.T) {
5655 {
5756 DataProviderURL : "http://example.com" ,
5857 DbInput : & postgres.Input {
59- Image : "postgres:15.6" ,
60- PullImage : true ,
58+ Image : "postgres:15.6" ,
6159 },
6260 Node : & clnode.NodeInput {
63- Image : "public.ecr.aws/chainlink/chainlink:v2.17.0" ,
64- Name : "cl-node" ,
65- PullImage : true ,
61+ Image : "public.ecr.aws/chainlink/chainlink:v2.17.0" ,
62+ Name : "cl-node" ,
6663 },
6764 },
6865 },
@@ -75,11 +72,10 @@ func TestDockerNodeSetSharedDB(t *testing.T) {
7572 name : "2 nodes cluster, override mode 'each'" ,
7673 fakeURL : "http://example.com" ,
7774 bcInput : & blockchain.Input {
78- Type : "anvil" ,
79- Image : "f4hrenh9it/foundry" ,
80- PullImage : true ,
81- Port : "8546" ,
82- ChainID : "31337" ,
75+ Type : "anvil" ,
76+ Image : "f4hrenh9it/foundry" ,
77+ Port : "8546" ,
78+ ChainID : "31337" ,
8379 },
8480 nodeSetInput : & ns.Input {
8581 Nodes : 2 ,
@@ -88,13 +84,11 @@ func TestDockerNodeSetSharedDB(t *testing.T) {
8884 {
8985 DataProviderURL : "http://example.com" ,
9086 DbInput : & postgres.Input {
91- Image : "postgres:15.6" ,
92- PullImage : true ,
87+ Image : "postgres:15.6" ,
9388 },
9489 Node : & clnode.NodeInput {
95- Image : "public.ecr.aws/chainlink/chainlink:v2.17.0" ,
96- Name : "cl-node-1" ,
97- PullImage : true ,
90+ Image : "public.ecr.aws/chainlink/chainlink:v2.17.0" ,
91+ Name : "cl-node-1" ,
9892 UserConfigOverrides : `
9993[Log]
10094level = 'info'
@@ -104,13 +98,11 @@ level = 'info'
10498 {
10599 DataProviderURL : "http://example.com" ,
106100 DbInput : & postgres.Input {
107- Image : "postgres:15.6" ,
108- PullImage : true ,
101+ Image : "postgres:15.6" ,
109102 },
110103 Node : & clnode.NodeInput {
111- Image : "public.ecr.aws/chainlink/chainlink:v2.17.0" ,
112- Name : "cl-node-2" ,
113- PullImage : true ,
104+ Image : "public.ecr.aws/chainlink/chainlink:v2.17.0" ,
105+ Name : "cl-node-2" ,
114106 UserConfigOverrides : `
115107[Log]
116108level = 'info'
0 commit comments