Skip to content

Commit 45c6f37

Browse files
committed
Solana. Fixed tests
1 parent 37ff03b commit 45c6f37

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

lib/solana/test/single-node-stack.test.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,17 @@ describe("SolanaSingleNodeStack", () => {
137137
// Has CloudWatch dashboard.
138138
template.hasResourceProperties("AWS::CloudWatch::Dashboard", {
139139
DashboardBody: Match.anyValue(),
140-
DashboardName: `solana-single-node-${config.baseNodeConfig.nodeConfiguration}`
140+
DashboardName: {
141+
"Fn::Join": [
142+
"",
143+
[
144+
"solana-single-node-baserpc-",
145+
{
146+
"Ref": "syncnodesinglenode"
147+
}
148+
]
149+
]
150+
}
141151
})
142152

143153
});

0 commit comments

Comments
 (0)