We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75dc969 commit 122e5e0Copy full SHA for 122e5e0
providers/openfeature-provider-flagd/tests/test_grpc_watcher.py
@@ -147,7 +147,7 @@ def test_selector_passed_via_both_metadata_and_body(self):
147
self.run_listen_and_shutdown_after()
148
149
# Verify SyncFlags was called
150
- self.mock_stub.SyncFlags.assert_called_once()
+ self.mock_stub.SyncFlags.assert_called()
151
152
# Get the call arguments
153
call_args = self.mock_stub.SyncFlags.call_args
0 commit comments