Controller tests are in fact API tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package controller_test
|
||||
package api_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
@@ -1,4 +1,4 @@
|
||||
package controller_test
|
||||
package api_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
@@ -1,4 +1,4 @@
|
||||
package controller_test
|
||||
package api_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
@@ -1,4 +1,4 @@
|
||||
package controller_test
|
||||
package api_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
Reference in New Issue
Block a user