Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: sh2 <[email protected]>
  • Loading branch information
shawnh2 committed Sep 21, 2023
1 parent a42e363 commit 530a367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/deployer/baremetal/test_data/config/with-file.in.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ cluster:
frontend:
replicas: 1
datanode:
'@file': 'pkg/deployer/baremetal/test_data/config/datanode-config.yaml'
'@file': 'test_data/config/datanode-config.yaml'
meta:
'@file': 'pkg/deployer/baremetal/test_data/config/meta-config.yaml'
'@file': 'test_data/config/meta-config.yaml'
replicas: 1
storeAddr: 127.0.0.1:2378
serverAddr: 0.0.0.0:3001
Expand Down

0 comments on commit 530a367

Please sign in to comment.