Skip to content

Commit

Permalink
fix copy paste...
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwagg committed Mar 20, 2018
1 parent 79e113c commit 21d4aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/admin_calls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ func TestPostUpdateStoragePool(t *testing.T) {
return client.UpdateStoragePool("t3-sata1", brain.StoragePool{UsageStrategy: "default"})
})

simplePutTest(t, "/admin/storage_pools/t3-sata1", `{"usage_strategy":"default"}`, func(client lib.Client) error {
simplePutTest(t, "/admin/storage_pools/t3-sata1", `{"migration_concurrency":"5"}`, func(client lib.Client) error {
return client.UpdateStoragePool("t3-sata1", brain.StoragePool{MigrationConcurrency: 5})
})

Expand Down

0 comments on commit 21d4aef

Please sign in to comment.