Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed Sep 9, 2023
1 parent 69280b3 commit fe80071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/migration_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestGithubactionRunnerController(t *testing.T) {
Credentials: corev1.SecretKeySelector{},
JdbcUrl: "jdbc://db2:somehost:50000/somedb",
},
Migration: flywayv1alpha1.MigrationSource{
MigrationSource: flywayv1alpha1.MigrationSource{
ImageRef: "somereg.io/someimage:sometag",
},
},
Expand Down

0 comments on commit fe80071

Please sign in to comment.