Skip to content

Commit

Permalink
Add more test cases for different scenarios (#64)
Browse files Browse the repository at this point in the history
* add more test for refresh scenarios

* add more test cases

* add more refresh test cases

* resolve comments
  • Loading branch information
linglingye001 committed Nov 8, 2024
1 parent 4ffc67d commit b45d204
Show file tree
Hide file tree
Showing 4 changed files with 2,901 additions and 167 deletions.
2 changes: 1 addition & 1 deletion internal/controller/appconfigurationprovider_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func (reconciler *AzureAppConfigurationProviderReconciler) Reconcile(ctx context
processor := &AppConfigurationProviderProcessor{
Context: ctx,
Provider: provider,
Retriever: &retriever,
Retriever: retriever,
CurrentTime: metav1.Now(),
ReconciliationState: reconciler.ProvidersReconcileState[req.NamespacedName],
Settings: &loader.TargetKeyValueSettings{},
Expand Down
Loading

0 comments on commit b45d204

Please sign in to comment.