We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de1a1a commit 252c09eCopy full SHA for 252c09e
Empower.Library.RoomTest/Order.cs
@@ -32,7 +32,7 @@ public Order(string orderValue)
32
// Key was setup using the dotnet tool Skyline.DataMiner.CICD.Tools.WinEncryptedKeys
33
apiKey = Keys.RetrieveKey(keyName);
34
name = orderValue;
35
- suffix = " from room 'Test'";
+ suffix = " from room '0.04'";
36
}
37
38
/// <summary>
0 commit comments