Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven E. Newton committed Apr 24, 2019
1 parent f95b462 commit 0300a73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions context/context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ func newValidAnkhConfig() AnkhConfig {
CurrentContextName: "test",
Contexts: map[string]Context{
"test": Context{
EnvironmentClass: "dev",
ResourceProfile: "constrained",
HelmRepositoryURL: "http://localhost",
KubeContext: "dev",
EnvironmentClass: "dev",
ResourceProfile: "constrained",
HelmRepositoryURL: "http://localhost",
KubeContext: "dev",
},
},
}
Expand Down

0 comments on commit 0300a73

Please sign in to comment.