Skip to content

Commit

Permalink
Change test to compare to cassandra_latest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed May 29, 2024
1 parent f5adade commit 29c736c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 29c736c

Please sign in to comment.