Skip to content

Commit

Permalink
fuxp Net
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-toa committed Mar 11, 2023
1 parent 449cbac commit 1fd4f24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build go test
run: make test
- name: Run acceptance tests
run: make testacc
run: make test-net
env:
OUTSCALE_ACCESSKEYID: ${{ secrets.OSC_ACCESS_KEY }}
OUTSCALE_SECRETKEYID: ${{ secrets.OSC_SECRET_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion outscale/data_source_outscale_security_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func testAccDataSourceOutscaleOAPISecurityGroupConfig(rInt int) string {
#data "outscale_security_group" "by_filter" {
# filter {
# name = "security_group_names"
# values = ["${outscale_security_group.test.security_group_name}"]
# values = [outscale_security_group.test.security_group_name]
# }
#}`, rInt, rInt)
}
Expand Down

0 comments on commit 1fd4f24

Please sign in to comment.