diff --git a/cli-tests/tests/flow/pg-operator.spec.ts b/cli-tests/tests/flow/pg-operator.spec.ts index 837e6bc8..6ec216ff 100644 --- a/cli-tests/tests/flow/pg-operator.spec.ts +++ b/cli-tests/tests/flow/pg-operator.spec.ts @@ -12,7 +12,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -import { test } from '@fixtures'; +import { test, expect } from '@fixtures'; // eslint-disable-next-line import/no-extraneous-dependencies import { faker } from '@faker-js/faker'; import { apiVerifyClusterExists } from '@support/backend';