Skip to content

Commit

Permalink
Support multiple teams
Browse files Browse the repository at this point in the history
  • Loading branch information
talsabagport committed Feb 26, 2023
1 parent 628b5a0 commit f9301c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/k8s/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ func TestCreateDeployment(t *testing.T) {
{
Identifier: ".metadata.name",
Blueprint: "\"k8s-export-test-bp\"",
Team: "\"Test\"",
Properties: map[string]string{
"text": "\"pod\"",
"num": "1",
Expand All @@ -182,7 +183,7 @@ func TestUpdateDeployment(t *testing.T) {
{
Identifier: ".metadata.name",
Blueprint: "\"k8s-export-test-bp\"",
Team: "[\"Test\"]",
Team: "[\"Test\", \"Test2\"]",
Properties: map[string]string{
"text": "\"pod\"",
"num": "1",
Expand Down

0 comments on commit f9301c5

Please sign in to comment.