Skip to content

Commit

Permalink
chore: fix test config
Browse files Browse the repository at this point in the history
OTT-6159
  • Loading branch information
thatsddr committed Jul 29, 2024
1 parent 5b4a6b1 commit ec357a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awsmt/resource_playback_configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func logPercentagePlaybackConfiguration(name, adUrl, videoSourceUrl, logPercenta
ad_decision_server_url = "%[2]s"
name = "%[1]s"
video_content_source_url = "%[3]s"
log_configuration_percent_enabled = %[4]s"
log_configuration_percent_enabled = "%[4]s"
}
`, name, adUrl, videoSourceUrl, logPercentage,
)
Expand Down

0 comments on commit ec357a8

Please sign in to comment.