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

Commit

Permalink
Add more internal environments to kubeclient tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ebaron committed Aug 2, 2018
1 parent 3844087 commit b1deea0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions kubernetes/deployments_kubeclient_blackbox_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1585,10 +1585,12 @@ func (up *testURLProvider) GetMetricsURL(envNS string) (*string, error) {

func (up *testURLProvider) GetEnvironmentMapping() map[string]string {
return map[string]string{
"user": "myNamespace",
"test": "myNamespace",
"run": "my-run",
"stage": "my-stage",
"user": "myNamespace",
"test": "myNamespace",
"run": "my-run",
"stage": "my-stage",
"che": "my-che",
"jenkins": "my-jenkins",
}
}

Expand Down

0 comments on commit b1deea0

Please sign in to comment.