Skip to content

Commit

Permalink
Fix rebase (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas authored May 12, 2021
1 parent de5c431 commit 82250c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/flinkcluster_converter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ func TestGetDesiredClusterState(t *testing.T) {
ReadOnly: true,
},
},
Env: []v1.EnvVar{
Env: []corev1.EnvVar{
{
Name: "GOOGLE_APPLICATION_CREDENTIALS",
Value: "/etc/gcp_service_account/gcp_service_account_key.json",
Expand Down

0 comments on commit 82250c6

Please sign in to comment.