Adding token creation for operations
[aaf/sms.git] / sms-service / src / sms / auth / auth_test.go
index 15f0cf3..1cacfe6 100644 (file)
@@ -35,8 +35,8 @@ func TestGetTLSConfig(t *testing.T) {
                if int(actual) != expected {
                        t.Errorf("Test Failed due to version mismatch")
                }
-       if tlsConfig == nil {
-               t.Errorf("Test Failed due to GetTLSConfig returned nil")
-               }
+               if tlsConfig == nil {
+                       t.Errorf("Test Failed due to GetTLSConfig returned nil")
+               }
        }
 }