Skip to content

Commit

Permalink
https://github.com/kedacore/keda/issues/2214
Browse files Browse the repository at this point in the history
Signed-off-by: Siva Guruvareddiar <[email protected]>
  • Loading branch information
Siva Guruvareddiar authored and sguruvar committed Jan 15, 2024
1 parent 4b53d8e commit 68e52fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func TestScaler(t *testing.T) {

t.Log("--- cleaning up ---")
deleteWSInput := amp.DeleteWorkspaceInput{
WorkspaceId: &workspaceId,
WorkspaceId: &workspaceID,
}
input := &deleteWSInput
_, err := ampClient.DeleteWorkspace(context.Background(), input)
Expand All @@ -171,7 +171,7 @@ func getTemplateData() (templateData, []Template) {
AwsRegion: awsRegion,
DeploymentName: deploymentName,
ScaledObjectName: scaledObjectName,
WorkspaceID: workspaceId,
WorkspaceID: workspaceID,
}, []Template{
{Name: "deploymentTemplate", Config: deploymentTemplate},
{Name: "triggerAuthenticationTemplate", Config: triggerAuthenticationTemplate},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func TestScaler(t *testing.T) {

t.Log("--- cleaning up ---")
deleteWSInput := amp.DeleteWorkspaceInput{
WorkspaceId: &workspaceId,
WorkspaceId: &workspaceID,
}
input := &deleteWSInput
_, err := ampClient.DeleteWorkspace(context.Background(), input)
Expand All @@ -157,7 +157,7 @@ func getTemplateData() (templateData, []Template) {
AwsRegion: awsRegion,
DeploymentName: deploymentName,
ScaledObjectName: scaledObjectName,
WorkspaceID: workspaceId,
WorkspaceID: workspaceID,
}, []Template{
{Name: "deploymentTemplate", Config: deploymentTemplate},
{Name: "triggerAuthenticationTemplate", Config: triggerAuthenticationTemplate},
Expand Down

0 comments on commit 68e52fe

Please sign in to comment.