Skip to content

Commit

Permalink
Added namespace metadata object type
Browse files Browse the repository at this point in the history
Signed-off-by: Ashutosh <mail.ashutosh8@gmail.com>
  • Loading branch information
ashutosh16 committed Aug 11, 2022
1 parent 7ba8f91 commit d251af9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sync/sync_context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,7 @@ func TestNamespaceAutoCreation(t *testing.T) {
assert.Len(t, tasks, 2)
assert.Contains(t, tasks, task)
assert.Equal(t, tasks[0].targetObj.GetAnnotations(), n.Annotations)
assert.Equal(t, tasks[0].targetObj.GetLabels(), n.Labels)

})

Expand Down

0 comments on commit d251af9

Please sign in to comment.