diff --git a/pkg/config/builder_test.go b/pkg/config/builder_test.go index 4921724..4ecb29e 100644 --- a/pkg/config/builder_test.go +++ b/pkg/config/builder_test.go @@ -213,7 +213,7 @@ func TestCassandraYamlWriting(t *testing.T) { require.NoError(createCassandraYaml(configInput, nodeInfo, cassYamlDir, tempDir)) - yamlOrigPath := filepath.Join(cassYamlDir, "cassandra.yaml") + yamlOrigPath := filepath.Join(cassYamlDir, "cassandra_latest.yaml") yamlPath := filepath.Join(tempDir, "cassandra.yaml") yamlOrigFile, err := os.ReadFile(yamlOrigPath)