We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2539e commit 80a92c5Copy full SHA for 80a92c5
1 file changed
src/testing/integration/Providers/Rackspace/UserServerTests.cs
@@ -479,6 +479,7 @@ public void TestAttachServerVolume()
479
480
bool detach = provider.DetachServerVolume(_server.Id, volume.Id);
481
Assert.IsTrue(detach);
482
+ provider.WaitForServerActive(_server.Id);
483
ServerVolume[] remainingVolumes = provider.ListServerVolumes(_server.Id).ToArray();
484
Assert.AreEqual(0, remainingVolumes.Length);
485
0 commit comments