Skip to content

Commit

Permalink
remove change in test
Browse files Browse the repository at this point in the history
Signed-off-by: Kartik Pattaswamy <[email protected]>
  • Loading branch information
kpattaswamy committed Aug 9, 2023
1 parent 30576ff commit af765d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cloud/api/controllers/config_grpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ func TestConfigForVizier(t *testing.T) {
Namespace: "test-namespace",
VzSpec: vzSpec,
K8sVersion: "1.24.1",
VizierID: "test-id",
}

nameToYamlContent := make(map[string]string)
Expand All @@ -93,7 +92,6 @@ func TestConfigForVizier(t *testing.T) {
Namespace: "test-namespace",
VzSpec: vzSpec,
K8sVersion: "1.24.1",
VizierID: "test-id",
})
require.NoError(t, err)
assert.Equal(t, resp.NameToYamlContent["fileAName"], "fileAContent")
Expand Down

0 comments on commit af765d2

Please sign in to comment.