Skip to content

Commit

Permalink
feat: Add custom namesapce meta data object
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 bacc34e commit f62fe65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sync/sync_context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ func TestNamespaceAutoCreation(t *testing.T) {
Version: task.version(),
Status: task.syncStatus,
Message: task.message,
HookType: task.hookType(),git
HookType: task.hookType(),
HookPhase: task.operationState,
SyncPhase: task.phase,
}
Expand Down

0 comments on commit f62fe65

Please sign in to comment.