Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Kafka tests #54

Closed
juandspy opened this issue Oct 27, 2022 · 1 comment
Closed

Fix Kafka tests #54

juandspy opened this issue Oct 27, 2022 · 1 comment

Comments

@juandspy
Copy link
Collaborator

In #49 a new field billing_model was added. The kafka tests doesn't have that field in the description, so they broke, f.e this one:

=== RUN   TestAccRHOASKafka_Basic
    kafka_test.go:30: Step 1/1 error: Error running pre-apply refresh: exit status 1
        
        Error: Missing required argument
        
          on terraform_plugin_test.tf line 2, in resource "rhoas_kafka" "test_kafka":
           2: resource "rhoas_kafka" "test_kafka" {
        
        The argument "plan" is required, but no definition was found.
        
        Error: Missing required argument
        
          on terraform_plugin_test.tf line 2, in resource "rhoas_kafka" "test_kafka":
           2: resource "rhoas_kafka" "test_kafka" {
        
        The argument "billing_model" is required, but no definition was found.
--- FAIL: TestAccRHOASKafka_Basic (1.00s)
@juandspy
Copy link
Collaborator Author

Fixed in #55.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant