Skip to content

Commit

Permalink
Update configuration_version_integration_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftEngineer committed Jun 17, 2022
1 parent 103786f commit 959ca1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configuration_version_integration_test.go
Expand Up @@ -242,7 +242,6 @@ func TestConfigurationVersionsArchive(t *testing.T) {
client := testClient(t)
ctx := context.Background()


t.Run("when the configuration version does not exist", func(t *testing.T) {
err := client.ConfigurationVersions.Archive(ctx, "nonexisting")
assert.Equal(t, err, ErrResourceNotFound)
Expand Down

0 comments on commit 959ca1c

Please sign in to comment.