Skip to content

Commit eba0726

Browse files
tests(iam): fix tests inconsistency
1 parent e70b788 commit eba0726

File tree

2 files changed

+203
-271
lines changed

2 files changed

+203
-271
lines changed

internal/services/iam/api_key_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ func TestAccApiKey_WithApplicationChange(t *testing.T) {
8989
name = "tf_tests_api_key_app_change"
9090
}
9191
92-
resource "scaleway_iam_application" "main2" {
93-
name = "tf_tests_api_key_app_change2"
94-
}
95-
9692
resource "scaleway_iam_api_key" "main" {
9793
application_id = scaleway_iam_application.main.id
9894
description = "tf_tests_with_application_change"

0 commit comments

Comments
 (0)