Skip to content

Commit

Permalink
test: Fix a few more test fixtures.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Nov 10, 2024
1 parent 0d24bf0 commit b349147
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 93 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ list-tests:
## bats: [test] Tests the output of the provider using tfschema and BATS.
bats: build
@ $(HEADER) "=====> Running BATS/tfschema tests..."
cd ./bats && terraform init && bats *
cd ./bats && terraform init && bats *.bats.sh

.PHONY: acc
## acc: [test] Runs Terraform provider acceptance tests. Set NAME= (without 'TestAcc') to run a specific test by name.
Expand Down
Loading

0 comments on commit b349147

Please sign in to comment.