Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Białoń <[email protected]>
  • Loading branch information
mbialon committed Jul 10, 2024
1 parent 013973f commit c7c87f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacelift/resource_module_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func TestModuleResource(t *testing.T) {
Config: config("new description", false, true),
Check: Resource(
"spacelift_module.test",
Attribute("raw_git.namespace", Equals("new description")),
Attribute("description", Equals("new description")),
Attribute("enable_local_preview", Equals("true")),
Attribute("protect_from_deletion", Equals("false")),
),
Expand Down

0 comments on commit c7c87f2

Please sign in to comment.