Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
luthermonson committed Mar 22, 2021
1 parent 61863e8 commit 8b0a0ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
const (
Name = "terraform-controller"
Namespace = "app"
ModuleURL = "https://github.com/luthermonson/terraform-controller-test-module"
ModuleUrl = "https://github.com/luthermonson/terraform-controller-test-module"
TestConfigMap = "test-config-map"
)

Expand All @@ -36,7 +36,7 @@ func TestMain(m *testing.M) {
namespace = Namespace
}

e = NewE2E(name, namespace, kubeconfig, ModuleURL, []string{
e = NewE2E(name, namespace, kubeconfig, ModuleUrl, []string{
"Module",
"State",
"Execution",
Expand Down

0 comments on commit 8b0a0ba

Please sign in to comment.