Skip to content

Commit

Permalink
test(kafka): fix mirrormaker invalid offset syncs topic location (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel authored Sep 21, 2023
1 parent c78cc4e commit 35dd901
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ resource "aiven_mirrormaker_replication_flow" "foo" {
Steps: []resource.TestStep{
{
Config: config,
ExpectError: regexp.MustCompile(`expected offset_syncs_topic_location to be one of \[source target], got lol_offset`),
ExpectError: regexp.MustCompile(`expected offset_syncs_topic_location to be one of`),
},
},
})
Expand Down

0 comments on commit 35dd901

Please sign in to comment.