Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DayS1eeper committed May 17, 2024
1 parent 5857227 commit 1d7d672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider_configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ func TestProviderConfigurationUpdateScalr(t *testing.T) {
assert.Equal(t, *updateOptions.ExportShellVariables, updatedConfiguration.ExportShellVariables)
assert.Equal(t, *updateOptions.ScalrHostname, updatedConfiguration.ScalrHostname)
assert.Equal(t, *updateOptions.IsShared, updatedConfiguration.IsShared)
assert.Equal(t, &updateOptions.Owners, &updatedConfiguration.Owners)
assert.Len(t, updatedConfiguration.Owners, 0)
})
}

Expand Down

0 comments on commit 1d7d672

Please sign in to comment.