aboutsummaryrefslogtreecommitdiff
path: root/light_test.go
diff options
context:
space:
mode:
authorCollin Guarino <collin.guarino@gmail.com>2016-02-13 16:25:32 -0500
committerCollin Guarino <collin.guarino@gmail.com>2016-02-13 16:25:32 -0500
commit70cb715f896d605b7ebeb512f6903264fcc79964 (patch)
tree51d581e2f463a8accc1b52a25017a71087805af0 /light_test.go
parent53ff4073d99569177348dbc3a6e46c9008767e93 (diff)
Implemented Bridge.DeleteUser func and tweaked Bridge.CreateUser
Diffstat (limited to 'light_test.go')
-rw-r--r--light_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/light_test.go b/light_test.go
index 7a46889..c03b412 100644
--- a/light_test.go
+++ b/light_test.go
@@ -15,7 +15,7 @@ import (
func TestSetLightState(t *testing.T) {
fmt.Println("\nTESTING LIGHT STATE:\n\n")
- bridge, _ := NewBridge("192.168.1.128", "319b36233bd2328f3e40731b23479207")
+ bridge, _ := NewBridge("192.168.1.128", "427de8bd6d49f149c8398e4fc08f")
nameTest, _ := GetLightByName(bridge, "Desk Light") // Also tests GetAllLights
_ = nameTest
selectedLight, _ := GetLightByIndex(bridge, 7)